From f1e661bc125d0ebd5e470f2c8ae81f0e4a8461a5 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 6 Mar 2023 15:50:13 +0000 Subject: [PATCH] Bug 8376: (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 10c0aa5fce..0b01ee52eb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt @@ -97,7 +97,7 @@
  • - Holds waiting over [% Koha.Preference('ReservesMaxPickUpDelay') | html %] days: [% overcount | html %] + Holds waiting past their expiration date: [% overcount | html %]
  • @@ -118,9 +118,6 @@ [% END %]
    - [% IF ( ReservesMaxPickUpDelay ) %] -

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

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