fix - link validation error (#14547)
diff --git a/erpnext/patches/v11_0/inter_state_field_for_gst.py b/erpnext/patches/v11_0/inter_state_field_for_gst.py
index 7e751ce..7f5c3aa 100644
--- a/erpnext/patches/v11_0/inter_state_field_for_gst.py
+++ b/erpnext/patches/v11_0/inter_state_field_for_gst.py
@@ -5,7 +5,8 @@
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")