Bug 6521 - allow blank cardnumbers to not trigger "already in use"
[srvgit] / members / member.pl
index f66b851..2be45bc 100755 (executable)
@@ -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,