Bug 9261: (follow-up) remove reference to deprecated DHTMLcalendar
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 8 Nov 2013 17:24:07 +0000 (12:24 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 15 Nov 2013 00:23:59 +0000 (00:23 +0000)
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
suggestion/suggestion.pl

index a0ec505..7d50447 100755 (executable)
@@ -395,7 +395,6 @@ foreach my $field ( qw(managedby acceptedby suggestedby budgetid) ) {
 
 $template->param(
     %hashlists,
-    DHTMLcalendar_dateformat => C4::Dates->DHTMLcalendar(),
     borrowernumber           => $input->param('borrowernumber'),
     SuggestionStatuses       => GetAuthorisedValues('SUGGEST_STATUS'),
 );