X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FIS.pm;h=890bdccaf9ff82c26dce5c21098c276852d12b81;hb=56eb34447cfb6edabc995cd97555c6a70823b422;hp=a5b00f0d23d593a6229623f6900228038b12fdbf;hpb=0fec73d228dd036fd61f99fab05be82767245657;p=kivitendo-erp.git 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"}|);