@@ -, +, @@ - Go to OPAC most popular - Select "No limit" in last filter and submit - Come back - Select "6 months" in last filter and submit --- opac/opac-topissues.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/opac/opac-topissues.pl +++ a/opac/opac-topissues.pl @@ -125,7 +125,7 @@ $template->param(do_it => 1, branch => $branches->{$branch}->{branchname}, itemtype => $itemtypes->{$itemtype}->{description}, timeLimit => $timeLimit, - timeLimitFinite => $timeLimit, + timeLimitFinite => $timeLimitFinite, results_loop => \@results, ); --