fix: reload doctype forcefully
This commit is contained in:
parent
b728597ef4
commit
c96b5492db
@ -5,6 +5,7 @@ from frappe.custom.doctype.custom_field.custom_field import create_custom_fields
|
|||||||
def execute():
|
def execute():
|
||||||
frappe.reload_doc('buying', 'doctype', 'supplier', force=True)
|
frappe.reload_doc('buying', 'doctype', 'supplier', force=True)
|
||||||
frappe.reload_doc('selling', 'doctype', 'customer', force=True)
|
frappe.reload_doc('selling', 'doctype', 'customer', force=True)
|
||||||
|
frappe.reload_doc('core', 'doctype', 'doctype', force=True)
|
||||||
|
|
||||||
custom_fields = {
|
custom_fields = {
|
||||||
'Supplier': [
|
'Supplier': [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user