Lines 189-195
if ( $count ) {
Link Here
|
189 |
); |
189 |
); |
190 |
} |
190 |
} |
191 |
$template->param( guaranteeloop => \@guaranteedata ); |
191 |
$template->param( guaranteeloop => \@guaranteedata ); |
192 |
( $template->param( adultborrower => 1 ) ) if ( $category_type eq 'A' || $category_type eq 'I' ); |
|
|
193 |
} |
192 |
} |
194 |
else { |
193 |
else { |
195 |
if ($data->{'guarantorid'}){ |
194 |
if ($data->{'guarantorid'}){ |
Lines 204-209
else {
Link Here
|
204 |
} |
203 |
} |
205 |
} |
204 |
} |
206 |
|
205 |
|
|
|
206 |
( $template->param( adultborrower => 1 ) ) if ( $category_type eq 'A' || $category_type eq 'I' ); |
207 |
|
207 |
my %bor; |
208 |
my %bor; |
208 |
$bor{'borrowernumber'} = $borrowernumber; |
209 |
$bor{'borrowernumber'} = $borrowernumber; |
209 |
|
210 |
|
210 |
- |
|
|