X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/8f3dc0b4dfd14847df54366f0c146d058522d022..ecbb5ab171fa8cc38a3575c77401782aada88945:/SL/OE.pm diff --git a/SL/OE.pm b/SL/OE.pm index 6dec175bd..535006598 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -914,6 +914,7 @@ sub order_details { $linetotal = ($linetotal != 0) ? $linetotal : " "; push(@{ $form->{discount} }, $discount); + push(@{ $form->{p_discount} }, $form->{"discount_$i"}); $form->{ordtotal} += $linetotal;