Einkaufspreis parsen bei Erzeugen eines Angebots aus Auftrag.
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 9 Oct 2013 13:27:23 +0000 (15:27 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 9 Oct 2013 13:27:23 +0000 (15:27 +0200)
bin/mozilla/io.pl

index 8f2882e..0756448 100644 (file)
@@ -944,7 +944,7 @@ sub quotation {
     map({ $form->{"${_}_${i}"} = $form->parse_amount(\%myconfig,
                                                      $form->{"${_}_${i}"})
             if ($form->{"${_}_${i}"}) }
-        qw(ship qty sellprice listprice basefactor discount));
+        qw(ship qty sellprice listprice basefactor discount lastcost));
   }
 
   &prepare_order;