Rabatt mit Nachkommastellen Workflow Auftrag -> Rechnung
authorJan Büren <jan@kivitendo-premium.de>
Wed, 3 Aug 2016 12:50:44 +0000 (14:50 +0200)
committerJan Büren <jan@kivitendo-premium.de>
Wed, 3 Aug 2016 13:03:22 +0000 (15:03 +0200)
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

bin/mozilla/oe.pl

index a14bbed..fc55c0d 100644 (file)
@@ -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"};