Bug 10572: Add phone to message_transport_types table for new installs
[koha.git] / suggestion / suggestion.pl
index 27c7951..fd9a9c2 100755 (executable)
@@ -387,7 +387,6 @@ foreach my $field ( qw(managedby acceptedby suggestedby budgetid) ) {
 }
 $template->param(%hashlists);
 $template->param(
-    DHTMLcalendar_dateformat => C4::Dates->DHTMLcalendar(),
     SuggestionStatuses       => GetAuthorisedValues('SUGGEST_STATUS'),
 );
 output_html_with_http_headers $input, $cookie, $template->output;