From dad935c1ab23b5ba6eb73adc9542fbded799b53f Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 8 Nov 2013 12:24:07 -0500 Subject: [PATCH] Bug 9261 - Allow librarians to make purchase suggestions for patrons - QA Followup 4 Signed-off-by: Jonathan Druart --- suggestion/suggestion.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/suggestion/suggestion.pl b/suggestion/suggestion.pl index a0ec505..7d50447 100755 --- a/suggestion/suggestion.pl +++ b/suggestion/suggestion.pl @@ -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'), ); -- 1.7.10.4