X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=reports%2Fissues_stats.pl;h=ddc3740c26e173650b2629d524f5de45f15e88ee;hb=5d6c092921919526ade501facb1220f8a108a08f;hp=2f8a7e359f011c9355f75a48147e2d1fa73e7c97;hpb=826eda9d7045e970e6989fef7feb5f013e81e675;p=koha_fer diff --git a/reports/issues_stats.pl b/reports/issues_stats.pl index 2f8a7e359f..ddc3740c26 100755 --- a/reports/issues_stats.pl +++ b/reports/issues_stats.pl @@ -72,7 +72,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(); @@ -123,7 +122,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;