From 612ce54e7856d0a0466808a3f63726ce857830d0 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 16 May 2025 12:21:10 +0000 Subject: [PATCH] Bug 39919: Overdues with fines report has incorrect title, breadcrumbs, etc. This patch corrects the "Overdues with fines" page so that the page title, breadcrumbs, and main heading match the name used in navigation menus. To test, apply the patch and go to Circulation -> Overdues with fines. Confirm that the page title, breadcrumb menu, and page heading are correct: "Overdues with fines at [library]" Sponsored-by: Athens County Public Libraries Signed-off-by: Lin Wei Li Signed-off-by: Baptiste Wojtkowski --- .../intranet-tmpl/prog/en/modules/circ/branchoverdues.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt index 7bd053c9..e121a460 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt @@ -6,7 +6,7 @@ [% INCLUDE 'doc-head-open.inc' %] [% FILTER collapse %] - [% tx("Overdues at {library}", { library = Branches.GetLoggedInBranchname }) | html %] + [% tx("Overdues with fines at {library}", { library = Branches.GetLoggedInBranchname }) | html %] › [% t("Circulation") | html %] › [% t("Koha") | html %] [% END %] @@ -23,17 +23,17 @@ Circulation [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] - [% tx('Overdues at {library}', { library = Branches.GetLoggedInBranchname }) %] + [% tx('Overdues at with fines {library}', { library = Branches.GetLoggedInBranchname }) %] [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %] [% SET aside = Koha.Preference('CircSidebar') ? 'circ-nav' : '' %] [% WRAPPER 'main-container.inc' aside=aside %] -

Circulation: Overdues at [% Branches.GetLoggedInBranchname | html %]

+

Overdues with fines at [% Branches.GetLoggedInBranchname | html %]

- Shelving location: