Lines 110-115
if ( $op eq 'delete_confirm' or $countissues > 0 or $flags->{'CHARGES'} or $is_
Link Here
|
110 |
my $patron_image = Koha::Patron::Images->find($bor->{borrowernumber}); |
110 |
my $patron_image = Koha::Patron::Images->find($bor->{borrowernumber}); |
111 |
$template->param( picture => 1 ) if $patron_image; |
111 |
$template->param( picture => 1 ) if $patron_image; |
112 |
|
112 |
|
|
|
113 |
$template->param( adultborrower => 1 ) if ( $bor->{category_type} eq 'A' ); |
114 |
|
113 |
$template->param(borrowernumber => $member, |
115 |
$template->param(borrowernumber => $member, |
114 |
surname => $bor->{'surname'}, |
116 |
surname => $bor->{'surname'}, |
115 |
title => $bor->{'title'}, |
117 |
title => $bor->{'title'}, |