X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5f0d47eb2561ba03f64b70fbaf7d1d41485d33fe..685a41058225b91a5e19f62b58aebfd52637fa07:/SL/IS.pm diff --git a/SL/IS.pm b/SL/IS.pm index 555fe39d2..6043323e1 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -110,8 +110,8 @@ sub invoice_details { push(@{ $form->{deliverydate} }, qq|$form->{"deliverydate_$i"}|); push(@{ $form->{sellprice} }, $form->{"sellprice_$i"}); - push(@{ $form->{ordnumber} }, $form->{"ordnumber_$i"}); - push(@{ $form->{transdate} }, $form->{"transdate_$i"}); + push(@{ $form->{ordnumber_oe} }, qq|$form->{"ordnumber_$i"}|); + push(@{ $form->{transdate_oe} }, qq|$form->{"transdate_$i"}|); if ($form->{lizenzen}) { if ($form->{"licensenumber_$i"}) {