@@ -, +, @@ --- members/printfeercpt.pl | 6 ------ 1 file changed, 6 deletions(-) --- a/members/printfeercpt.pl +++ a/members/printfeercpt.pl @@ -58,12 +58,6 @@ if ( $action eq 'print' ) { # ReversePayment( $borrowernumber, $input->param('accountno') ); } -if ( $patron->is_child ) { - my $patron_categories = Koha::Patron::Categories->search_limited({ category_type => 'A' }, {order_by => ['categorycode']}); - $template->param( 'CATCODE_MULTI' => 1) if $patron_categories->count > 1; - $template->param( 'catcode' => $patron_categories->next->categorycde ) if $patron_categories->count == 1; -} - #get account details my $total = $patron->account->balance; --