Reloaded location doctype in patch
This commit is contained in:
parent
526ab2ca30
commit
656016b4e0
@ -4,7 +4,7 @@
|
||||
import frappe
|
||||
|
||||
def execute():
|
||||
frappe.reload_doc("agriculture", "doctype", "Location")
|
||||
frappe.reload_doc("assets", "doctype", "Location")
|
||||
for dt in ("Account", "Cost Center", "File", "Employee", "Location", "Task", "Customer Group", "Sales Person", "Territory"):
|
||||
frappe.reload_doctype(dt)
|
||||
frappe.get_doc("DocType", dt).run_module_method("on_doctype_update")
|
Loading…
x
Reference in New Issue
Block a user