[Koha-patches] [PATCH] fixed glitch in display of current time filter in OPAC top issues

Galen Charlton gmcharlt at gmail.com
Sat Aug 15 15:46:27 CEST 2009


Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
---
 opac/opac-topissues.pl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opac/opac-topissues.pl b/opac/opac-topissues.pl
index 80c4f0b..1b0d42a 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,
                 );
 
-- 
1.6.3.3




More information about the Koha-patches mailing list