commit | 84f0d1ff1ff231f0388033d2304d977b07411253 | [log] [tgz] |
---|---|---|
author | Gursheen Anand <gursheen@frappe.io> | Mon Nov 06 10:30:49 2023 +0530 |
committer | Gursheen Anand <gursheen@frappe.io> | Mon Nov 06 10:30:49 2023 +0530 |
tree | 1726004b4469385680e71ef719f1d0223ba0cd20 | |
parent | 98a8288da2e2516153e30a2e028104f220df3644 [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 e842d2e..06c9e44 100644 --- a/erpnext/accounts/report/tax_withholding_details/tax_withholding_details.py +++ b/erpnext/accounts/report/tax_withholding_details/tax_withholding_details.py
@@ -316,7 +316,7 @@ if not tds_accounts: frappe.throw( _("No {0} Accounts found for this company.").format(frappe.bold("Tax Withholding")), - title="Accounts Missing Error", + title=_("Accounts Missing Error"), ) gle = frappe.qb.DocType("GL Entry") query = (