fix: patch failure due to dependency

This commit is contained in:
ruthra kumar
2026-03-18 16:29:15 +05:30
parent df7e6b7a79
commit bb3cee8ef5

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)