Bug 10671: Update Serials Help
[koha.git] / serials / checkexpiration.pl
index e831854..8dff415 100755 (executable)
@@ -97,7 +97,6 @@ if ($date) {
     );
 }
 $template->param (
-    DHTMLcalendar_dateformat => C4::Dates->DHTMLcalendar(),
     (uc(C4::Context->preference("marcflavour"))) => 1
 );
 output_html_with_http_headers $query, $cookie, $template->output;