From f1f635552a9e1e1e1c7fd4f8e41b15a707b8c398 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 Signed-off-by: Katrin Fischer 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 45c8d1414b..ee259427da 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt @@ -99,7 +99,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 %] @@ -119,9 +119,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