From 75a140baf783b8d96e4e1d303111b79f5472233a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Wed, 8 Dec 2021 09:47:27 +0100 Subject: [PATCH] Anzahlungs-Rg.: Workflow -> Schluss-Rg.: sellprice wirklich aus fxsellprice --- bin/mozilla/is.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index e04139fba..e05f57cd1 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -1252,7 +1252,7 @@ sub final_invoice { $form->{"partnumber_$i"} = $item->part->partnumber; $form->{"discount_$i"} = $item->discount*100.0; $form->{"sellprice_$i"} = $item->fxsellprice; - $form->{$_ . "_" . $i} = $item->$_ for qw(description longdescription qty price_factor_id unit sellprice active_price_source active_discount_source); + $form->{$_ . "_" . $i} = $item->$_ for qw(description longdescription qty price_factor_id unit active_price_source active_discount_source); $form->{$_ . "_" . $i} = $form->format_amount(\%myconfig, $form->{$_ . "_" . $i}) for qw(qty sellprice discount); } -- 2.20.1