Einkaufspreis parsen bei Erzeugen eines Auftrags aus Angebot.
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 9 Oct 2013 12:52:44 +0000 (14:52 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 9 Oct 2013 12:55:49 +0000 (14:55 +0200)
bin/mozilla/oe.pl

index 15bdfa4..dc47d27 100644 (file)
@@ -1804,7 +1804,7 @@ sub poso {
   };
 
   for my $i (1 .. $form->{rowcount}) {
-    map { $form->{"${_}_${i}"} = $form->parse_amount(\%myconfig, $form->{"${_}_${i}"}) if ($form->{"${_}_${i}"}) } qw(ship qty sellprice listprice basefactor discount);
+    map { $form->{"${_}_${i}"} = $form->parse_amount(\%myconfig, $form->{"${_}_${i}"}) if ($form->{"${_}_${i}"}) } qw(ship qty sellprice listprice basefactor discount lastcost);
   }
 
   my %saved_vars = map { $_ => $form->{$_} } grep { $form->{$_} } qw(currency);