From 038d171dfcb0a5ca82641b49e1e763a855d42584 Mon Sep 17 00:00:00 2001 From: Smit Vora Date: Sun, 1 Feb 2026 17:31:30 +0530 Subject: [PATCH] fix: execte patch correctly --- frappe/patches.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()