mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-24 17:18:30 +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_currency": acc_curr,
|
||||
"exchange_rate": exch_rate,
|
||||
"cost_center": tax_details.get("cost_center"),
|
||||
"debit": 0,
|
||||
"credit": 0,
|
||||
"debit_in_account_currency": 0,
|
||||
|
||||
Reference in New Issue
Block a user