fix: Remove comments
This commit is contained in:
parent
7e4eacba8d
commit
20133bd1df
@ -661,10 +661,6 @@ def create_benefit_claim(employee, payroll_period, amount, component):
|
|||||||
return claim_date
|
return claim_date
|
||||||
|
|
||||||
def create_tax_slab(payroll_period, effective_date = None, allow_tax_exemption = False, dont_submit = False, currency=None):
|
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:
|
if not currency:
|
||||||
currency = erpnext.get_default_currency()
|
currency = erpnext.get_default_currency()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user