mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 13:38:27 +00:00
Update setup.py
This commit is contained in:
@@ -248,8 +248,8 @@ def make_fixtures(company=None):
|
||||
company = company.name if company else frappe.db.get_value("Global Defaults", None, "default_company")
|
||||
|
||||
set_salary_components(docs)
|
||||
set_tds_account(docs, company)
|
||||
set_tax_withholding_category(docs, company)
|
||||
# set_tds_account(docs, company)
|
||||
# set_tax_withholding_category(docs, company)
|
||||
|
||||
for d in docs:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user