mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 21:19:19 +00:00
fix: Added pos links in Selling workspace
This commit is contained in:
@@ -209,5 +209,5 @@ def setup_log_settings():
|
||||
|
||||
|
||||
def hide_workspaces():
|
||||
frappe.db.set_value("Workspace", "Settings", "public", 0)
|
||||
frappe.db.set_value("Workspace", "Integrations", "public", 0)
|
||||
for ws in ["Integration", "Settings"]:
|
||||
frappe.db.set_value("Workspace", ws, "public", 0)
|
||||
|
||||
Reference in New Issue
Block a user