commit | bb67cc03df67adf129aee1c9f766ad041c0c1089 | [log] [tgz] |
---|---|---|
author | Ankush Menat <ankushmenat@gmail.com> | Wed May 31 16:31:58 2023 +0530 |
committer | GitHub <noreply@github.com> | Wed May 31 16:31:58 2023 +0530 |
tree | bffeea3f192e82129b15080292374780f778888f | |
parent | e78a7de1e5ba21b0176f23aaa7c1ea0507bfc383 [diff] |
chore: typo
diff --git a/erpnext/patches/v14_0/cleanup_workspaces.py b/erpnext/patches/v14_0/cleanup_workspaces.py index 91db13c..2fc0a4f 100644 --- a/erpnext/patches/v14_0/cleanup_workspaces.py +++ b/erpnext/patches/v14_0/cleanup_workspaces.py
@@ -5,5 +5,5 @@ 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)