Revision 1ffb4200
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/OE.pm | ||
---|---|---|
338 | 338 |
|
339 | 339 |
$form->{"marge_percent_$i"} = $form->parse_amount($myconfig, $form->{"marge_percent_$i"}) * 1; |
340 | 340 |
$form->{"marge_absolut_$i"} = $form->parse_amount($myconfig, $form->{"marge_absolut_$i"}) * 1; |
341 |
|
|
341 |
|
|
342 | 342 |
$form->{"lastcost_$i"} = $form->parse_amount($myconfig, $form->{"lastcost_$i"}); |
343 | 343 |
|
344 | 344 |
# set values to 0 if nothing entered |
Auch abrufbar als: Unified diff
Kosmetik