From: Bernd Bleßmann Date: Wed, 9 Oct 2013 13:27:23 +0000 (+0200) Subject: Einkaufspreis parsen bei Erzeugen eines Angebots aus Auftrag. X-Git-Tag: release-3.1.0beta1~60 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=cdd666f230c48dcda3d28925e8d8c278b51b1922;p=kivitendo-erp.git Einkaufspreis parsen bei Erzeugen eines Angebots aus Auftrag. --- diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 8f2882e04..075644801 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -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;