Revision f6a5acf0
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
SL/OE.pm | ||
---|---|---|
$form->format_amount($myconfig, $form->{"${item}_rate"} * 100));
|
||
push(@{ $form->{taxnumber} }, $form->{"${item}_taxnumber"});
|
||
}
|
||
if($form->{taxincluded}) {
|
||
$form->{subtotal} = $form->format_amount($myconfig, $form->{total} - $tax, 2);
|
||
}
|
||
else {
|
||
$form->{subtotal} = $form->format_amount($myconfig, $form->{total}, 2);
|
||
}
|
||
$yesdiscount = $form->{nodiscount_total} - $nodiscount;
|
||
$form->{nodiscount_subtotal} = $form->format_amount($myconfig, $form->{nodiscount_total}, 2);
|
||
$form->{discount_total} = $form->format_amount($myconfig, $form->{discount_total}, 2);
|
Auch abrufbar als: Unified diff
Doppelte Zeilen entfernt.