mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
fix - link validation error (#14547)
This commit is contained in:
committed by
Nabin Hait
parent
80ff296e97
commit
28f49a5a8e
@@ -5,7 +5,8 @@ def execute():
|
|||||||
company = frappe.get_all('Company', filters = {'country': 'India'})
|
company = frappe.get_all('Company', filters = {'country': 'India'})
|
||||||
if not company:
|
if not company:
|
||||||
return
|
return
|
||||||
|
frappe.reload_doc("hr", "doctype", "Employee Tax Exemption Declaration")
|
||||||
|
frappe.reload_doc("hr", "doctype", "Employee Tax Exemption Proof Submission")
|
||||||
make_custom_fields()
|
make_custom_fields()
|
||||||
|
|
||||||
frappe.reload_doc("accounts", "doctype", "sales_taxes_and_charges")
|
frappe.reload_doc("accounts", "doctype", "sales_taxes_and_charges")
|
||||||
|
|||||||
Reference in New Issue
Block a user