mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 22:49:19 +00:00
chore: remove redundant code
This commit is contained in:
@@ -437,7 +437,6 @@ 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,
|
||||||
"is_tax_withholding_account": 1,
|
|
||||||
"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