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