fix: Remove field_id from URL

- scroll to field is not yet supported
This commit is contained in:
Suraj Shetty 2023-05-31 15:42:50 +05:30
parent 55455cef4e
commit 1fd84f6b09

View file

@ -114,7 +114,7 @@ frappe.ui.form.PrintView = class {
description =
"<div class='form-message yellow p-3 mt-3'>" +
__("Footer might not be visible as {0} option is disabled</div>", [
`<a href="/app/print-settings/Print Settings#repeat_header_footer">${__(
`<a href="/app/print-settings/Print Settings">${__(
"Repeat Header and Footer"
)}</a>`,
]);