Revision 2a61343f
Von Thomas Heck vor mehr als 11 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
597 | 597 |
$form->{"lastcost_$i"} = $form->parse_amount(\%myconfig, $form->{"lastcost_$i"}); |
598 | 598 |
|
599 | 599 |
if ($rows) { |
600 |
$form->{"qty_$i"} = 1 unless ($form->parse_amount(\%myconfig, $form->{"qty_$i"})); |
|
600 |
|
|
601 |
$form->{"qty_$i"} = $form->parse_amount(\%myconfig, $form->{"qty_$i"}); |
|
602 |
if( !$form->{"qty_$i"} ) { |
|
603 |
$form->{"qty_$i"} = 1; |
|
604 |
} |
|
601 | 605 |
|
602 | 606 |
if ($rows > 1) { |
603 | 607 |
|
Auch abrufbar als: Unified diff
Menge mit Nachkommastellen einlesen
fixt #2307