Revision 25f4a73f
Von Sven Schöling vor etwa 19 Jahren hinzugefügt
SL/AR.pm | ||
---|---|---|
74 | 74 |
2); |
75 | 75 |
|
76 | 76 |
$form->{netamount} += $form->{"amount_$i"}; |
77 |
|
|
78 |
# parse tax_$i for later |
|
79 |
$form->{"tax_$i"} = $form->parse_amount($myconfig, $form->{"tax_$i"}); |
|
77 | 80 |
} |
78 | 81 |
|
79 | 82 |
# this is for ar |
Auch abrufbar als: Unified diff
Fix fuer Bug 242, tax_$i Werte wurden nicht geparst.