From: Bernd Bleßmann Date: Wed, 9 Oct 2013 12:52:44 +0000 (+0200) Subject: Einkaufspreis parsen bei Erzeugen eines Auftrags aus Angebot. X-Git-Tag: release-3.1.0beta1~61 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=fd46658a84285780440f56f3a4cd3dbd3fa25c7c;p=kivitendo-erp.git Einkaufspreis parsen bei Erzeugen eines Auftrags aus Angebot. --- diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 15bdfa4fb..dc47d27fa 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -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);