X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=reports%2Fissues_stats.pl;h=ddc3740c26e173650b2629d524f5de45f15e88ee;hb=9706908b269ebc068b19a0989ca8af6804b1a540;hp=4b6aa42541710709638143f4cd99b239424f567c;hpb=66350848b68e64af64bc0778b8ea0ac5ef115381;p=koha.git diff --git a/reports/issues_stats.pl b/reports/issues_stats.pl index 4b6aa42541..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();