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