Bei Artikelauswahl aus der Auswahlmaske Menge des neuen Artikels formatieren.
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Thu, 23 Apr 2015 11:50:46 +0000 (13:50 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Thu, 23 Apr 2015 11:50:46 +0000 (13:50 +0200)
Damit kann man die Menge auch schon vorher eingeben: Nicht eindeutiger Artikel,
TAB, TAB, Menge, ENTER

bin/mozilla/io.pl

index 40d3123..4930d25 100644 (file)
@@ -545,7 +545,7 @@ sub item_selected {
     # the qty variables of the existing assembly items are all still formatted, so we parse them here (1 .. $i-1)
     # including the qty of the just added part ($i)
     $form->{"qty_$_"} = $form->parse_amount(\%myconfig, $form->{"qty_$_"}) for (1 .. $i);
-  };
+  }
 
   $form->{"id_${i}"} = $id;
 
@@ -646,7 +646,7 @@ sub item_selected {
   map {
     $form->{"${_}_$i"} =
       $form->format_amount(\%myconfig, $form->{"${_}_$i"}, $decimalplaces)
-  } qw(sellprice listprice lastcost) if $form->{item} ne 'assembly';
+  } qw(sellprice listprice lastcost qty) if $form->{item} ne 'assembly';
 
   &display_form;