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/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/cdd666f230c48dcda3d28925e8d8c278b51b1922?ds=sidebyside;hp=-c Einkaufspreis parsen bei Erzeugen eines Angebots aus Auftrag. --- cdd666f230c48dcda3d28925e8d8c278b51b1922 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;