mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
chore: linting issues
This commit is contained in:
@@ -316,7 +316,7 @@ def get_tds_docs_query(filters, bank_accounts, tds_accounts):
|
|||||||
if not tds_accounts:
|
if not tds_accounts:
|
||||||
frappe.throw(
|
frappe.throw(
|
||||||
_("No {0} 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",
|
title=_("Accounts Missing Error"),
|
||||||
)
|
)
|
||||||
gle = frappe.qb.DocType("GL Entry")
|
gle = frappe.qb.DocType("GL Entry")
|
||||||
query = (
|
query = (
|
||||||
|
|||||||
Reference in New Issue
Block a user