X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=reports%2Fissues_stats.pl;h=ddc3740c26e173650b2629d524f5de45f15e88ee;hb=2e0e15485ecae556b77037443af1077291fe3673;hp=4b6aa42541710709638143f4cd99b239424f567c;hpb=0486d0c6b781fbda73df19eb825ef330bdc4544a;p=koha_fer 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();