chore: linting issues

(cherry picked from commit 75441017c6629f81104409b892db56bb9c1bf1dd)
This commit is contained in:
Gursheen Anand 2023-10-19 17:13:58 +05:30 committed by Mergify
parent 6df125a05f
commit 80dddb40ae

View File

@ -288,7 +288,7 @@ def get_tds_docs(filters):
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")