X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a26dbea9b796097fcb4d14b71a069d5a75eab4ca..aae5bae7d37a440abdfab7cf5c36d4fe77ff68f3:/SL/IS.pm diff --git a/SL/IS.pm b/SL/IS.pm index 14f375a1f..484dcb9d0 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -167,6 +167,7 @@ sub invoice_details { $linetotal = ($linetotal != 0) ? $linetotal : " "; push(@{ $form->{discount} }, $discount); + push(@{ $form->{p_discount} }, $form->{"discount_$i"}); $form->{total} += $linetotal;