X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/cc63261c996079334c6a129d9b53d8f4a6a1e8cb..f257623461bda92a232a238a322f207b8964faab:/SL/OE.pm diff --git a/SL/OE.pm b/SL/OE.pm index 4e16ed5f1..04c7c499d 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -919,6 +919,7 @@ sub order_details { $linetotal = ($linetotal != 0) ? $linetotal : " "; push(@{ $form->{discount} }, $discount); + push(@{ $form->{p_discount} }, $form->{"discount_$i"}); $form->{ordtotal} += $linetotal;