X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/07b34c6ddd71bfeca5266b9045069769c1cdb01f..5cbbffe250f165212c31f4dbfad8ca9fd7300a4a:/SL/IS.pm diff --git a/SL/IS.pm b/SL/IS.pm index 8643eaef2..6043323e1 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -110,6 +110,8 @@ sub invoice_details { push(@{ $form->{deliverydate} }, qq|$form->{"deliverydate_$i"}|); push(@{ $form->{sellprice} }, $form->{"sellprice_$i"}); + push(@{ $form->{ordnumber_oe} }, qq|$form->{"ordnumber_$i"}|); + push(@{ $form->{transdate_oe} }, qq|$form->{"transdate_$i"}|); if ($form->{lizenzen}) { if ($form->{"licensenumber_$i"}) {