mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 09:05:00 +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):
|
||||
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})
|
||||
|
||||
if company and tds_account:
|
||||
|
||||
Reference in New Issue
Block a user