fixed glitch in display of current time filter in OPAC top issues
authorGalen Charlton <gmcharlt@gmail.com>
Sat, 15 Aug 2009 13:45:38 +0000 (09:45 -0400)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:19:25 +0000 (23:19 +0200)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
opac/opac-topissues.pl

index 3371d1d..7bcf54e 100755 (executable)
@@ -91,6 +91,7 @@ $template->param(do_it => 1,
                 branch => $branches->{$branch}->{branchname},
                 itemtype => $itemtypes->{$itemtype}->{description},
                 timeLimit => $timeLimit,
+                timeLimitFinite => $timeLimit,
                 results_loop => \@results,
                 );