mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-23 00:28:30 +00:00
chore: typo
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user