Bug 20946: Use K::Account->outstanding_debits in pay.pl and paycollect.pl
[koha.git] / members / discharge.pl
index bd42568..db74cfc 100755 (executable)
@@ -103,8 +103,6 @@ my @validated_discharges = Koha::Patron::Discharge::get_validated({
     borrowernumber => $borrowernumber,
 });
 
-$template->param( picture => 1 ) if $patron->image;
-
 $template->param(
     patron => $patron,
     can_be_discharged => $can_be_discharged,