Grant leaves via modal and backgroud jobs (#15026)

This commit is contained in:
Nabin Hait
2018-07-30 10:58:49 +05:30
committed by GitHub
parent 89c87fd6a6
commit 9c735e43b0
8 changed files with 1127 additions and 1330 deletions

View File

@@ -6,6 +6,6 @@ def execute():
if not company:
return
frappe.reload_doc('hr', 'doctype', 'Employee Tax Exemption Declaration')
frappe.reload_doc('hr', 'doctype', 'Employee Tax Exemption Proof Submission')
frappe.reload_doc('hr', 'doctype', 'employee_tax_exemption_declaration')
frappe.reload_doc('hr', 'doctype', 'employee_tax_exemption_proof_submission')
make_custom_fields()