fix: remove workspace sidebar for payables and receivables

This commit is contained in:
ravibharathi656
2026-03-17 18:23:40 +05:30
parent c48a8868c2
commit 4e5703c223

View File

@@ -3,4 +3,5 @@ import frappe
def execute():
for ws in ["Receivables", "Payables"]:
frappe.delete_doc_if_exists("Workspace Sidebar", ws)
frappe.delete_doc_if_exists("Workspace", ws)