From: Bernd Bleßmann Date: Wed, 8 Dec 2021 08:47:27 +0000 (+0100) Subject: Anzahlungs-Rg.: Workflow -> Schluss-Rg.: sellprice wirklich aus fxsellprice X-Git-Tag: kivitendo-mebil_0.1-0~10^2~2^2~217^2~27 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=75a140baf783b8d96e4e1d303111b79f5472233a;p=kivitendo-erp.git Anzahlungs-Rg.: Workflow -> Schluss-Rg.: sellprice wirklich aus fxsellprice --- 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); }