Browse Source

fix: reload doctype forcefully

develop
Ankush Menat 3 years ago
committed by Ankush Menat
parent
commit
c96b5492db
  1. 1
      erpnext/patches/v13_0/create_pan_field_for_india.py

1
erpnext/patches/v13_0/create_pan_field_for_india.py

@ -5,6 +5,7 @@ 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)
frappe.reload_doc('core', 'doctype', 'doctype', force=True)
custom_fields = {
'Supplier': [

Loading…
Cancel
Save