From: Jan Büren Date: Wed, 3 Aug 2016 12:50:44 +0000 (+0200) Subject: Rabatt mit Nachkommastellen Workflow Auftrag -> Rechnung X-Git-Tag: release-3.5.4~2156 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=e6d64cd01fc36d35af73767c99d28a8abc2f8b0c;p=kivitendo-erp.git Rabatt mit Nachkommastellen Workflow Auftrag -> Rechnung Ursprüngliche Idee von Waldemar in OD-Bugfixes hier: 3c705b61f32d81c41352fe Getestet mit: Kundenrabatt, Individuellen-Rabatt, Preisregel-Rabatt Sowie ferner ohne Rabatt und mit freiem Rabatt ohne Nachkommastellen Behebt den Auftrags -> Rechnungsteil von #99 --- diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index a14bbed07..fc55c0dff 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -1464,7 +1464,7 @@ sub invoice { $form->{cp_id} *= 1; for my $i (1 .. $form->{rowcount}) { - for (qw(ship qty sellprice basefactor)) { + for (qw(ship qty sellprice basefactor discount)) { $form->{"${_}_${i}"} = $form->parse_amount(\%myconfig, $form->{"${_}_${i}"}) if $form->{"${_}_${i}"}; } $form->{"converted_from_orderitems_id_$i"} = delete $form->{"orderitems_id_$i"};