mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +00:00
Fix typo
This commit is contained in:
@@ -271,7 +271,7 @@ def set_salary_components(docs):
|
|||||||
|
|
||||||
def set_tax_withholding_category(docs, company):
|
def set_tax_withholding_category(docs, company):
|
||||||
accounts = []
|
accounts = []
|
||||||
tds_account = frappe.db.get_value("Account", filter={"account_type": "Payable",
|
tds_account = frappe.db.get_value("Account", filters={"account_type": "Payable",
|
||||||
"account_name": "TDS", "company": company})
|
"account_name": "TDS", "company": company})
|
||||||
|
|
||||||
if company and tds_account:
|
if company and tds_account:
|
||||||
|
|||||||
Reference in New Issue
Block a user