mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-09 16:12:53 +00:00
fix(UAE VAT 201): Remove Chart
This commit is contained in:
@@ -59,7 +59,7 @@ def get_tax_accounts(company):
|
||||
if not tax_accounts_list and not frappe.flags.in_test:
|
||||
frappe.throw(_('Please set Vat Accounts for Company: "{0}" in UAE VAT Settings').format(company))
|
||||
for tax_account in tax_accounts_list:
|
||||
for _, name in tax_account.items():
|
||||
for account, name in tax_account.items():
|
||||
tax_accounts_dict[name] = name
|
||||
|
||||
return tax_accounts_dict
|
||||
|
||||
Reference in New Issue
Block a user