Merge remote-tracking branch 'origin/new/bug_8251'
[koha.git] / reports / bor_issues_top.pl
index 95fc287..6ad3495 100755 (executable)
@@ -102,7 +102,7 @@ if ($do_it) {
                print join($sep, map {$_->{totalcol}} @$cols);
         print $sep.@$results[0]->{total};
     }
-    exit(1);
+    exit;
 }
 
 my $dbh = C4::Context->dbh;