fix: Remove field_id from URL
- scroll to field is not yet supported
This commit is contained in:
parent
55455cef4e
commit
1fd84f6b09
1 changed files with 1 additions and 1 deletions
|
|
@ -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>`,
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue