@@ -, +, @@ pickup report --- .../intranet-tmpl/prog/en/modules/circ/waitingreserves.tt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt +++ a/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 ) %] --