Revision 4e76ddc1
Von Philip Reetz vor mehr als 19 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
|
||
$tax += $taxamount = $form->round_amount($taxaccounts{$item}, 2);
|
||
|
||
push(@{ $form->{tax} }, $form->format_amount($myconfig, $taxamount));
|
||
push(@{ $form->{tax} }, $form->format_amount($myconfig, $taxamount, 2));
|
||
push(@{ $form->{taxdescription} }, $form->{"${item}_description"});
|
||
push(@{ $form->{taxrate} },
|
||
$form->format_amount($myconfig, $form->{"${item}_rate"} * 100));
|
Auch abrufbar als: Unified diff
Steuerbetraege wurden beim Drucken ohne Nachkommstelle angezeigt