Bug 2696: Fine payments should show what was paid for
[koha.git] / members / purchase-suggestions.pl
index 74ca8f7..026ab89 100755 (executable)
@@ -60,8 +60,6 @@ if (C4::Context->preference('ExtendedPatronAttributes')) {
     );
 }
 
-$template->param( picture => 1 ) if $patron->image;
-
 my $suggestions = SearchSuggestion( { suggestedby => $borrowernumber } );
 
 $template->param( suggestions => $suggestions );