diff --git a/frappe/patches.txt b/frappe/patches.txt index 85837e63c5..16accc67c4 100644 --- a/frappe/patches.txt +++ b/frappe/patches.txt @@ -256,4 +256,4 @@ frappe.patches.v16_0.add_standard_field_in_workspace_sidebar execute:frappe.db.set_single_value("Desktop Settings", "icon_style", "Solid") execute:frappe.delete_doc_if_exists("Workspace Sidebar", "Productivity") frappe.patches.v16_0.unset_standard_field_for_auto_generated_icons -execute:frappe.email.doctype.notification.notification.install_notification_templates +execute:from frappe.email.doctype.notification.notification import install_notification_templates; install_notification_templates()