diff --git a/members/printfeercpt.pl b/members/printfeercpt.pl index c73f8f5bf4..a6f5fb15c8 100755 --- a/members/printfeercpt.pl +++ b/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;