From 1fd84f6b09efc1ed892a1716f5e4abccce0de7bd Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Wed, 31 May 2023 15:42:50 +0530 Subject: [PATCH] fix: Remove field_id from URL - scroll to field is not yet supported --- frappe/printing/page/print/print.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/printing/page/print/print.js b/frappe/printing/page/print/print.js index 14770c2d26..f930359b58 100644 --- a/frappe/printing/page/print/print.js +++ b/frappe/printing/page/print/print.js @@ -114,7 +114,7 @@ frappe.ui.form.PrintView = class { description = "
" + __("Footer might not be visible as {0} option is disabled
", [ - `${__( + `${__( "Repeat Header and Footer" )}`, ]);