X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/8e128c2e9ea95346165c24c741ba5b9d0de44411..2e6ed943d2b78bc2dbfbeb410868e721a0e5740e:/SL/IS.pm diff --git a/SL/IS.pm b/SL/IS.pm index ce6d6be23..04144ff70 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"}|);