X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0fec73d228dd036fd61f99fab05be82767245657..56eb34447cfb6edabc995cd97555c6a70823b422:/SL/IS.pm diff --git a/SL/IS.pm b/SL/IS.pm index a5b00f0d2..890bdccaf 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -107,7 +107,7 @@ sub invoice_details { push(@{ $form->{qty} }, $form->format_amount($myconfig, $form->{"qty_$i"})); push(@{ $form->{unit} }, qq|$form->{"unit_$i"}|); - push(@{ $form->{deliverydate} }, qq|$form->{"deliverydate_$i"}|); + push(@{ $form->{deliverydate_oe} }, qq|$form->{"deliverydate_$i"}|); push(@{ $form->{sellprice} }, $form->{"sellprice_$i"}); push(@{ $form->{ordnumber_oe} }, qq|$form->{"ordnumber_$i"}|);