Checking for the existence of flags (debarred, gonenoaddress. lost) and setting ...
[koha_fer] / readingrec.pl
index a81f16a..85d44d1 100755 (executable)
@@ -41,7 +41,7 @@ if ($order2 eq ''){
   $order2="date_due desc";
 }
 my $limit=$input->param('limit');
-if ($limit eq 'full'){
+if ($limit eq 'full' || $limit eq 0){
   $limit=0;
 } else {
   $limit=50;