]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/IS.pm
- deliverydate auf Postenebene umbenannt in deliverydate_oe (danke an Frank Belau)
[kivitendo-erp.git] / SL / IS.pm
index ce6d6be239a54a0dec8798d3b14518d20ac0114f..04144ff70bafb642b526b363e67682d3a0a59db0 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"}|);