mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-15 04:45:09 +00:00
fix: remove workspace sidebar for payables and receivables
This commit is contained in:
@@ -3,4 +3,5 @@ import frappe
|
|||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
for ws in ["Receivables", "Payables"]:
|
for ws in ["Receivables", "Payables"]:
|
||||||
|
frappe.delete_doc_if_exists("Workspace Sidebar", ws)
|
||||||
frappe.delete_doc_if_exists("Workspace", ws)
|
frappe.delete_doc_if_exists("Workspace", ws)
|
||||||
|
|||||||
Reference in New Issue
Block a user