|
Lines 171-177
if ( $category_type eq 'C') {
Link Here
|
| 171 |
if ( $data->{'ethnicity'} || $data->{'ethnotes'} ) { |
171 |
if ( $data->{'ethnicity'} || $data->{'ethnotes'} ) { |
| 172 |
$template->param( printethnicityline => 1 ); |
172 |
$template->param( printethnicityline => 1 ); |
| 173 |
} |
173 |
} |
| 174 |
if ( $category_type eq 'A' || $category_type eq 'I') { |
174 |
if ( $category_type eq 'A' || $category_type eq 'I' || $category_type eq 'S') { |
| 175 |
$template->param( isguarantee => 1 ); |
175 |
$template->param( isguarantee => 1 ); |
| 176 |
|
176 |
|
| 177 |
# FIXME |
177 |
# FIXME |
|
Lines 191-197
if ( $category_type eq 'A' || $category_type eq 'I') {
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' ); |
194 |
( $template->param( adultborrower => 1 ) ) if ( $category_type eq 'A' || $category_type eq 'I' || $category_type eq 'S' ); |
| 195 |
} |
195 |
} |
| 196 |
else { |
196 |
else { |
| 197 |
if ($data->{'guarantorid'}){ |
197 |
if ($data->{'guarantorid'}){ |
| 198 |
- |
|
|