@@ -, +, @@ --- circ/waitingreserves.pl | 3 ++- .../prog/en/modules/circ/waitingreserves.tmpl | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) --- a/circ/waitingreserves.pl +++ a/circ/waitingreserves.pl @@ -155,7 +155,8 @@ $template->param( overloop => \@overloop, overcount => $overcount, show_date => format_date(C4::Dates->today('iso')), - dateformat => C4::Context->preference("dateformat"), + dateformat => C4::Context->preference("dateformat"), + ReservesMaxPickUpDelay => C4::Context->preference('ReservesMaxPickUpDelay') ); output_html_with_http_headers $input, $cookie, $template->output; --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tmpl +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tmpl @@ -116,6 +116,7 @@ $.tablesorter.addParser({
+

Holds listed here have been awaiting pickup for more than days.

@@ -130,7 +131,7 @@ $.tablesorter.addParser({

-   () +   ()
Barcode:
">,

--