mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +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")
|
company = company.name if company else frappe.db.get_value("Global Defaults", None, "default_company")
|
||||||
|
|
||||||
set_salary_components(docs)
|
set_salary_components(docs)
|
||||||
set_tds_account(docs, company)
|
# set_tds_account(docs, company)
|
||||||
set_tax_withholding_category(docs, company)
|
# set_tax_withholding_category(docs, company)
|
||||||
|
|
||||||
for d in docs:
|
for d in docs:
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user