diff --git a/frappe/patches.txt b/frappe/patches.txt index 8e8644342e..f076d5bd9c 100644 --- a/frappe/patches.txt +++ b/frappe/patches.txt @@ -327,5 +327,5 @@ execute:frappe.delete_doc_if_exists('Page', 'workspace') execute:frappe.delete_doc_if_exists('Page', 'dashboard', force=1) frappe.core.doctype.page.patches.drop_unused_pages execute:frappe.get_doc('Role', 'Guest').save() # remove desk access -frappe.patches.v13_0.rename_desk_page_to_workspace +frappe.patches.v13_0.rename_desk_page_to_workspace # 02.02.2021 frappe.patches.v13_0.delete_package_publish_tool