From bb028cbb4710bfdde34b1f0e023f432a47ef93cb Mon Sep 17 00:00:00 2001 From: KerollesFathy Date: Wed, 4 Mar 2026 13:24:18 +0000 Subject: [PATCH] fix: remove "Try New Print Designer" link Frappe should only nudge users to install Print Designer, not navigate to it. This link was also triggered under a wrong "disable product suggestions" condition check --- frappe/printing/page/print/print.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/frappe/printing/page/print/print.js b/frappe/printing/page/print/print.js index 65c06e34f1..4a94f4c271 100644 --- a/frappe/printing/page/print/print.js +++ b/frappe/printing/page/print/print.js @@ -208,13 +208,7 @@ frappe.ui.form.PrintView = class { // print designer link if (!cint(frappe.boot.sysdefaults.disable_product_suggestion)) { - if (Object.keys(frappe.boot.versions).includes("print_designer")) { - this.page.add_inner_message(` - - ${__("Try the new Print Designer")} - - `); - } else { + if (!Object.keys(frappe.boot.versions).includes("print_designer")) { this.page.add_inner_message(` ${__("Try the new Print Designer")}