From 68f9f4654f656ed1bbfc02df2c44e97e5294e9fd Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 6 Mar 2023 15:50:13 +0000 Subject: [PATCH] Bug 8367: (QA follow-up) Update message on Hold waiting pickup report Signed-off-by: Nick Clemens https://bugs.koha-community.org/show_bug.cgi?id=8367 Signed-off-by: Kelly --- .../intranet-tmpl/prog/en/modules/circ/waitingreserves.tt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt index 61a5686f18b..2665c0a9bbb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt @@ -95,7 +95,7 @@ Holds waiting: [% reservecount | html %] [% END %] [% WRAPPER tab_item tabname= "holdsover" %] - [% tx("Holds waiting over {count} days:", { count = Koha.Preference('ReservesMaxPickUpDelay') }) %] [% overcount | html %] + Holds waiting past their expiration date: [% overcount | html %] [% END %] [% WRAPPER tab_item tabname= "holdscancelled" %] Holds with cancellation requests: [% cancel_reqs_count | html %] @@ -115,9 +115,6 @@ [% END # /tab_panel#holdswaiting %] [% WRAPPER tab_panel tabname="holdsover" %] - [% IF ( ReservesMaxPickUpDelay ) %] -

Holds listed here have been awaiting pickup for more than [% ReservesMaxPickUpDelay | html %] days.

- [% END %] [% IF ( overloop ) %] -- 2.30.2