1065 |
$total += int(1000 * $data->{'amountoutstanding'}); # convert float to integer to avoid round-off errors |
1065 |
$total += sprintf "%.0f", 1000*$data->{amountoutstanding}; # convert float to integer to avoid round-off errors |
1068 |
return ( $total, \@acctlines,$numlines); |
1068 |
return ( $total, \@acctlines,$numlines); |