chore: typo
This commit is contained in:
parent
e78a7de1e5
commit
bb67cc03df
@ -5,5 +5,5 @@ def execute():
|
|||||||
for ws in ["Retail", "Utilities"]:
|
for ws in ["Retail", "Utilities"]:
|
||||||
frappe.delete_doc_if_exists("Workspace", ws)
|
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)
|
frappe.db.set_value("Workspace", ws, "public", 0)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user