Bug 16157: Move the selected flag from GetAuthorisedValues to the templates
[koha.git] / suggestion / suggestion.pl
index 15c73a4..74e8ab3 100755 (executable)
@@ -326,7 +326,7 @@ $template->param( branchloop => \@branchloop,
 
 $template->param( returnsuggestedby => $returnsuggestedby );
 
-my $patron_reason_loop = GetAuthorisedValues("OPAC_SUG",$$suggestion_ref{'patronreason'});
+my $patron_reason_loop = GetAuthorisedValues("OPAC_SUG");
 $template->param(patron_reason_loop=>$patron_reason_loop);
 
 #Budgets management