diff --git a/erpnext/patches/v14_0/cleanup_workspaces.py b/erpnext/patches/v14_0/cleanup_workspaces.py index 91db13c312..2fc0a4f7d8 100644 --- a/erpnext/patches/v14_0/cleanup_workspaces.py +++ b/erpnext/patches/v14_0/cleanup_workspaces.py @@ -5,5 +5,5 @@ def execute(): for ws in ["Retail", "Utilities"]: frappe.delete_doc_if_exists("Workspace", ws) - for ws in ["Integration", "Settings"]: + for ws in ["Integrations", "Settings"]: frappe.db.set_value("Workspace", ws, "public", 0)