mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
fix: add cost center to tds row in journal entry
This commit is contained in:
@@ -442,6 +442,7 @@ class JournalEntry(AccountsController):
|
|||||||
"account": tax_acc,
|
"account": tax_acc,
|
||||||
"account_currency": acc_curr,
|
"account_currency": acc_curr,
|
||||||
"exchange_rate": exch_rate,
|
"exchange_rate": exch_rate,
|
||||||
|
"cost_center": tax_details.get("cost_center"),
|
||||||
"debit": 0,
|
"debit": 0,
|
||||||
"credit": 0,
|
"credit": 0,
|
||||||
"debit_in_account_currency": 0,
|
"debit_in_account_currency": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user