mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-24 05:32:46 +01:00
fix: patch failure due to dependency
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user