mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-21 15:54:22 +01:00
(bug) missing payment transfer journal code in accouting line
This commit is contained in:
parent
f79c2fe0a9
commit
45bbd99340
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
## Next release
|
## Next release
|
||||||
|
|
||||||
|
- Fix a bug: missing payment transfer journal code in accouting line
|
||||||
- improvement: add settlement by transfer/check to invoice paiement info
|
- improvement: add settlement by transfer/check to invoice paiement info
|
||||||
|
|
||||||
## v6.3.12 2024 February 12
|
## v6.3.12 2024 February 12
|
||||||
|
@ -13,6 +13,8 @@ class Accounting::AccountingJournalService
|
|||||||
payment: {
|
payment: {
|
||||||
card: Setting.get('accounting_payment_card_journal_code') || '',
|
card: Setting.get('accounting_payment_card_journal_code') || '',
|
||||||
wallet: Setting.get('accounting_payment_wallet_journal_code') || '',
|
wallet: Setting.get('accounting_payment_wallet_journal_code') || '',
|
||||||
|
transfer: Setting.get('accounting_payment_transfer_journal_code') || '',
|
||||||
|
check: Setting.get('accounting_payment_check_journal_code') || '',
|
||||||
other: Setting.get('accounting_payment_other_journal_code') || ''
|
other: Setting.get('accounting_payment_other_journal_code') || ''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user