]> wagnertech.de Git - mfinanz.git/blobdiff - SL/IS.pm
Merge von 845 aus unstable: Lieferdatum in Rechnungen
[mfinanz.git] / SL / IS.pm
index a5b00f0d23d593a6229623f6900228038b12fdbf..890bdccaf9ff82c26dce5c21098c276852d12b81 100644 (file)
--- 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"}|);