From 201fab5c095aa2934dca098ff2c8e9c6166e29ee Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sat, 15 Aug 2009 09:45:38 -0400 Subject: [PATCH] fixed glitch in display of current time filter in OPAC top issues Signed-off-by: Galen Charlton --- opac/opac-topissues.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/opac/opac-topissues.pl b/opac/opac-topissues.pl index 80c4f0bdaf..1b0d42a25b 100755 --- a/opac/opac-topissues.pl +++ b/opac/opac-topissues.pl @@ -94,6 +94,7 @@ $template->param(do_it => 1, branch => $branches->{$branch}->{branchname} || 'all locations', itemtype => $itemtypes->{$itemtype}->{description} || 'item types', timeLimit => $timeLimit, + timeLimitFinite => $timeLimit, results_loop => \@results, ); -- 2.20.1