X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=suggestion%2Fsuggestion.pl;fp=suggestion%2Fsuggestion.pl;h=7fa301e99e6436d05317737d2ce543417c0f5a7e;hb=a469663d7b0993894582759235c2475f662c8da4;hp=717d5dfd6b40d1082378bcb3b7a9b5f98e2324fe;hpb=4c23d24f400a924745b61dd930dfce8df9b84032;p=koha.git diff --git a/suggestion/suggestion.pl b/suggestion/suggestion.pl index 717d5dfd6b..7fa301e99e 100755 --- a/suggestion/suggestion.pl +++ b/suggestion/suggestion.pl @@ -264,7 +264,6 @@ foreach my $element ( qw(managedby suggestedby acceptedby) ) { $template->param( %$suggestion_ref, "op_$op" => 1, - dateformat => C4::Context->preference("dateformat"), "op" =>$op, ); @@ -384,5 +383,4 @@ foreach my $field ( qw(managedby acceptedby suggestedby budgetid) ) { $hashlists{ lc($field) . "_loop" } = \@codes_list; } $template->param(%hashlists); -$template->param(DHTMLcalendar_dateformat => C4::Dates->DHTMLcalendar(),); output_html_with_http_headers $input, $cookie, $template->output;