fix: add cost center to tds row in journal entry

This commit is contained in:
ljain112
2025-10-09 13:32:45 +05:30
parent 610877fb17
commit 2112f36577

View File

@@ -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,