X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=reports%2Facquisitions_stats.pl;h=cdc5b9a561288a50f507028ddd86fb92011846ba;hb=a469663d7b0993894582759235c2475f662c8da4;hp=de4b0f34bb3fcb76be57abc908427fb3fd2f8dd4;hpb=5d7b5533f1565a55ff269fd82690a71a697901f1;p=koha_fer diff --git a/reports/acquisitions_stats.pl b/reports/acquisitions_stats.pl index de4b0f34bb..cdc5b9a561 100755 --- a/reports/acquisitions_stats.pl +++ b/reports/acquisitions_stats.pl @@ -72,10 +72,11 @@ 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(), ); + if ($do_it) { my $results = calculate( $line, $column, $podsp, $rodsp, $calc, \@filters );