X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=reports%2Freserves_stats.pl;h=bfeaf8b8c50f4c54a86e8cf0c29b6ddd97529763;hb=c0569f0b1e3d955869db411fc7456e6e7722dbd7;hp=a2b37371748f27ec57c19a5f5cbe25453c46bc46;hpb=e7da536551623337aed4ac6f14a127d0f50bd265;p=koha_fer diff --git a/reports/reserves_stats.pl b/reports/reserves_stats.pl index a2b3737174..bfeaf8b8c5 100755 --- a/reports/reserves_stats.pl +++ b/reports/reserves_stats.pl @@ -78,7 +78,6 @@ my ($template, $borrowernumber, $cookie) = get_template_and_user({ our $sep = $input->param("sep") || ''; $sep = "\t" if ($sep eq 'tabulation'); $template->param(do_it => $do_it, - DHTMLcalendar_dateformat => C4::Dates->DHTMLcalendar(), ); my $itemtypes = GetItemTypes(); @@ -130,7 +129,7 @@ if ($do_it) { print map {$sep.$_->{totalcol}} @$cols; print $sep.@$results[0]->{total}; } - exit(1); # exit either way after $do_it + exit; # exit either way after $do_it } my $dbh = C4::Context->dbh;