From f30e123976109091726cf7152ba544d750710ed2 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Fri, 16 Sep 2016 14:07:28 +0200 Subject: [PATCH] Bug 17010: Fix syntax error (RMaint followup) --- circ/waitingreserves.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circ/waitingreserves.pl b/circ/waitingreserves.pl index a107f237c5..9ba54bd182 100755 --- a/circ/waitingreserves.pl +++ b/circ/waitingreserves.pl @@ -157,7 +157,7 @@ $template->param( overloop => \@overloop, overcount => $overcount, show_date => output_pref({ dt => dt_from_string, dateformat => 'iso', dateonly => 1 }), - ReservesMaxPickUpDelay => C4::Context->preference('ReservesMaxPickUpDelay') + ReservesMaxPickUpDelay => C4::Context->preference('ReservesMaxPickUpDelay'), tab => $tab, ); -- 2.39.5