commit | 75441017c6629f81104409b892db56bb9c1bf1dd | [log] [tgz] |
---|---|---|
author | Gursheen Anand <gursheen@frappe.io> | Thu Oct 19 17:13:58 2023 +0530 |
committer | Gursheen Anand <gursheen@frappe.io> | Thu Oct 19 17:13:58 2023 +0530 |
tree | 3548de5cf312baa6acd2dffe4dc150d4a10f592d | |
parent | ed2457bddfaedc83301a96f9d77b093b36d15a72 [diff] |
chore: linting issues
diff --git a/erpnext/accounts/report/tax_withholding_details/tax_withholding_details.py b/erpnext/accounts/report/tax_withholding_details/tax_withholding_details.py index 6f2ec17..69ca4d9 100644 --- a/erpnext/accounts/report/tax_withholding_details/tax_withholding_details.py +++ b/erpnext/accounts/report/tax_withholding_details/tax_withholding_details.py
@@ -288,7 +288,7 @@ def get_tds_docs_query(filters, bank_accounts, tds_accounts): if not tds_accounts: frappe.throw( - _("No {} Accounts found for this company.".format(frappe.bold("Tax Withholding"))), + _("No {0} Accounts found for this company.").format(frappe.bold("Tax Withholding")), title="Accounts Missing Error", ) gle = frappe.qb.DocType("GL Entry")