Revision 11fcc435
Von Bernd Bleßmann vor mehr als 9 Jahren hinzugefügt
bin/mozilla/ir.pl | ||
---|---|---|
485 | 485 |
my $rows = scalar @{ $form->{item_list} }; |
486 | 486 |
|
487 | 487 |
if ($rows) { |
488 |
$form->{"qty_$i"} = 1 unless $form->parse_amount(\%myconfig, $form->{"qty_$i"}); |
|
488 |
$form->{"qty_$i"} = $form->parse_amount(\%myconfig, $form->{"qty_$i"}); |
|
489 |
if( !$form->{"qty_$i"} ) { |
|
490 |
$form->{"qty_$i"} = 1; |
|
491 |
} |
|
489 | 492 |
|
490 | 493 |
if ($rows > 1) { |
491 | 494 |
|
Auch abrufbar als: Unified diff
Einkaufsrechnung: Menge parsen
siehe auch 2a61343ffdeee475d57c355d00955ff8f1937aef