fix patches for v7 sites (#12043)
This commit is contained in:
@@ -10,6 +10,7 @@ def execute():
|
||||
frappe.reload_doc("core", "doctype", "domain")
|
||||
frappe.reload_doc("core", "doctype", "domain_settings")
|
||||
frappe.reload_doc("core", "doctype", "has_domain")
|
||||
frappe.reload_doc("core", "doctype", "role")
|
||||
|
||||
for domain in ("Distribution", "Manufacturing", "Retail", "Services", "Education"):
|
||||
if not frappe.db.exists({"doctype": "Domain", "domain": domain}):
|
||||
|
||||
Reference in New Issue
Block a user