fix - link validation error (#14547)

This commit is contained in:
Ranjith Kurungadam 2018-06-18 10:40:23 +05:30 committed by Nabin Hait
parent 80ff296e97
commit 28f49a5a8e

View File

@ -5,7 +5,8 @@ def execute():
company = frappe.get_all('Company', filters = {'country': 'India'})
if not company:
return
frappe.reload_doc("hr", "doctype", "Employee Tax Exemption Declaration")
frappe.reload_doc("hr", "doctype", "Employee Tax Exemption Proof Submission")
make_custom_fields()
frappe.reload_doc("accounts", "doctype", "sales_taxes_and_charges")