fix: Remove comments

This commit is contained in:
Deepesh Garg 2020-12-29 22:19:12 +05:30
parent 7e4eacba8d
commit 20133bd1df

View File

@ -661,10 +661,6 @@ def create_benefit_claim(employee, payroll_period, amount, component):
return claim_date
def create_tax_slab(payroll_period, effective_date = None, allow_tax_exemption = False, dont_submit = False, currency=None):
# frappe.db.sql("""delete from `tabIncome Tax Slab`""")
print(payroll_period.name, effective_date)
if not currency:
currency = erpnext.get_default_currency()