Bug 7829 - reports/ remove all exit(1) for plack
[koha.git] / reports / catalogue_out.pl
index 87990c1..8a22a18 100755 (executable)
@@ -96,7 +96,7 @@ if ($do_it) {
         }
         print $sep.@$results[0]->{total};
     }
-       exit(1); # in either case, exit after do_it
+    exit; # in either case, exit after do_it
 }
 
 # Displaying choices (i.e., not do_it)