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