Update setup.py

This commit is contained in:
Nabin Hait 2018-07-23 18:05:55 +05:30 committed by GitHub
parent 797497d22e
commit 4037915b3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: