|
Lines 198-206
if ( $count ) {
Link Here
|
| 198 |
} |
198 |
} |
| 199 |
$template->param( guaranteeloop => \@guaranteedata ); |
199 |
$template->param( guaranteeloop => \@guaranteedata ); |
| 200 |
$template->param( amounttot => sprintf("%.2f",$totalmount)); |
200 |
$template->param( amounttot => sprintf("%.2f",$totalmount)); |
| 201 |
( $template->param( adultborrower => 1 ) ) if ( $category_type eq 'A' || $category_type eq 'I' ); |
|
|
| 202 |
|
| 203 |
} |
201 |
} |
|
|
202 |
( $template->param( adultborrower => 1 ) ) if ( $category_type eq 'A' || $category_type eq 'I' ); |
| 203 |
|
| 204 |
if ($data->{'guarantorid'}){ |
204 |
if ($data->{'guarantorid'}){ |
| 205 |
my ($guarantor) = GetMember( 'borrowernumber' =>$data->{'guarantorid'}); |
205 |
my ($guarantor) = GetMember( 'borrowernumber' =>$data->{'guarantorid'}); |
| 206 |
$template->param(guarantor => 1); |
206 |
$template->param(guarantor => 1); |
| 207 |
- |
|
|