From cdd666f230c48dcda3d28925e8d8c278b51b1922 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Wed, 9 Oct 2013 15:27:23 +0200 Subject: [PATCH] Einkaufspreis parsen bei Erzeugen eines Angebots aus Auftrag. --- bin/mozilla/io.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1