Bug 9108: Followup: send the dateformat value from C4::Auth
[koha.git] / circ / reserveratios.pl
index 1517adf..209a09e 100755 (executable)
@@ -185,7 +185,6 @@ $template->param(
     to              => $enddate,
     ratio           => $ratio,
     reserveloop     => \@reservedata,
-    DHTMLcalendar_dateformat =>  C4::Dates->DHTMLcalendar(),
 );
 
 output_html_with_http_headers $input, $cookie, $template->output;