[Koha-patches] [PATCH] [SIGNED-OFF] Bug 6108 - Quicksearch in member.pl does not display paging correctly

Stéphane Delaune stephane.delaune at biblibre.com
Fri Apr 8 15:07:08 CEST 2011


Signed-off-by: Stéphane Delaune <stephane.delaune at biblibre.com>
---
 members/member.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/members/member.pl b/members/member.pl
index f66b851..2be45bc 100755
--- a/members/member.pl
+++ b/members/member.pl
@@ -165,7 +165,7 @@ $template->param(
     startfrom => $startfrom,
     from      => ($startfrom-1)*$resultsperpage+1,  
     to        => $to,
-    multipage => ($count != $to+1 || $startfrom!=1),
+    multipage => ($count != $to || $startfrom!=1),
     advsearch => ($$patron{categorycode} || $$patron{branchcode}),
     branchloop=>\@branchloop,
     categories=>\@categories,
-- 
1.7.0.4



More information about the Koha-patches mailing list