X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/8f3dc0b4dfd14847df54366f0c146d058522d022..ecbb5ab171fa8cc38a3575c77401782aada88945:/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;