fix: Reload customer and supplier doctype
diff --git a/erpnext/patches.txt b/erpnext/patches.txt
index 9bcab5e..20e54e0 100644
--- a/erpnext/patches.txt
+++ b/erpnext/patches.txt
@@ -310,4 +310,4 @@
erpnext.patches.v13_0.requeue_failed_reposts
erpnext.patches.v13_0.healthcare_deprecation_warning
erpnext.patches.v14_0.delete_healthcare_doctypes
-erpnext.patches.v13_0.create_pan_field_for_india
+erpnext.patches.v13_0.create_pan_field_for_india #2
diff --git a/erpnext/patches/v13_0/create_pan_field_for_india.py b/erpnext/patches/v13_0/create_pan_field_for_india.py
index 01d4305..c37651a 100644
--- a/erpnext/patches/v13_0/create_pan_field_for_india.py
+++ b/erpnext/patches/v13_0/create_pan_field_for_india.py
@@ -1,7 +1,11 @@
+import frappe
from frappe.custom.doctype.custom_field.custom_field import create_custom_fields
def execute():
+ frappe.reload_doc('buying', 'doctype', 'supplier', force=True)
+ frappe.reload_doc('selling', 'doctype', 'customer', force=True)
+
custom_fields = {
'Supplier': [
{