Revision 4b5c4b59
Von Udo Spallek vor etwa 19 Jahren hinzugefügt
SL/RP.pm | ||
---|---|---|
2557 | 2557 |
|
2558 | 2558 |
foreach $item (@categories_cent) { |
2559 | 2559 |
$form->{$item} = |
2560 |
$form->format_amount($myconfig, $form->round_amount($form->{$item}, 2)); |
|
2560 |
$form->format_amount($myconfig, $form->round_amount($form->{$item}, 2), 2, '0');
|
|
2561 | 2561 |
} |
2562 | 2562 |
|
2563 | 2563 |
foreach $item (@categories_euro) { |
2564 | 2564 |
$form->{$item} = |
2565 |
$form->format_amount($myconfig, $form->round_amount($form->{$item}, 0)); |
|
2565 |
$form->format_amount($myconfig, $form->round_amount($form->{$item}, 0), 0, '0');
|
|
2566 | 2566 |
} |
2567 | 2567 |
|
2568 | 2568 |
$dbh->disconnect; |
Auch abrufbar als: Unified diff
Bug Rundungsfehler bei Ustva Ausgabe