X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=reports%2Freserves_stats.pl;h=bfeaf8b8c50f4c54a86e8cf0c29b6ddd97529763;hb=58111f8ece68fc3c60387fceb75002ff93c976d3;hp=a2b37371748f27ec57c19a5f5cbe25453c46bc46;hpb=ba6c8485ca7afdaaace20d021591ac532de55b3a;p=koha.git 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;