From bb67cc03df67adf129aee1c9f766ad041c0c1089 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Wed, 31 May 2023 16:31:58 +0530 Subject: [PATCH] chore: typo --- erpnext/patches/v14_0/cleanup_workspaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)