regression beim laden von positionen belegen -> qty auf 1 funktionierte nicht.
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 22 Jan 2010 16:03:28 +0000 (17:03 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 3 Mar 2010 10:43:37 +0000 (11:43 +0100)
bin/mozilla/oe.pl

index da09648..fd019ee 100644 (file)
@@ -558,7 +558,7 @@ sub update {
     $form->{"discount_$i"} = $form->format_amount(\%myconfig, $form->{"$form->{vc}_discount"} * 100);
 
     if ($rows) {
-      $form->{"qty_$i"} = 1 unless ($form->{"qty_$i"});
+      $form->{"qty_$i"} = 1 unless ($form->parse_amount(\%myconfig, $form->{"qty_$i"}));
 
       if ($rows > 1) {