From: Bernd Bleßmann Date: Thu, 23 Apr 2015 14:57:16 +0000 (+0200) Subject: Einkaufsrechnung: Menge parsen X-Git-Tag: release-3.3.0beta~138 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=11fcc4357deba3bbee403ad4926dade30df0d3f3;p=kivitendo-erp.git Einkaufsrechnung: Menge parsen siehe auch 2a61343ffdeee475d57c355d00955ff8f1937aef --- diff --git a/bin/mozilla/ir.pl b/bin/mozilla/ir.pl index 4cd96ca9f..7176653cb 100644 --- a/bin/mozilla/ir.pl +++ b/bin/mozilla/ir.pl @@ -485,7 +485,10 @@ sub update { 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) {