]> wagnertech.de Git - kivitendo-erp.git/commitdiff
deliverydate_$i heisst in Rechnungen reqdate_$i
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 4 Mar 2010 10:58:18 +0000 (11:58 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 4 Mar 2010 10:58:18 +0000 (11:58 +0100)
Fix für Bug 1213.

SL/IS.pm
doc/changelog

index 6bf6aafa2a62ec7ab759735b7a48dd0e8732af5f..7f4920134dbe50ee840812437adaefb041d502f8 100644 (file)
--- a/SL/IS.pm
+++ b/SL/IS.pm
@@ -198,7 +198,7 @@ sub invoice_details {
       push @{ $form->{TEMPLATE_ARRAYS}->{longdescription} },   $form->{"longdescription_$i"};
       push @{ $form->{TEMPLATE_ARRAYS}->{qty} },               $form->format_amount($myconfig, $form->{"qty_$i"});
       push @{ $form->{TEMPLATE_ARRAYS}->{unit} },              $form->{"unit_$i"};
-      push @{ $form->{TEMPLATE_ARRAYS}->{deliverydate_oe} },   $form->{"deliverydate_$i"};
+      push @{ $form->{TEMPLATE_ARRAYS}->{deliverydate_oe} },   $form->{"reqdate_$i"};
       push @{ $form->{TEMPLATE_ARRAYS}->{sellprice} },         $form->{"sellprice_$i"};
       push @{ $form->{TEMPLATE_ARRAYS}->{ordnumber_oe} },      $form->{"ordnumber_$i"};
       push @{ $form->{TEMPLATE_ARRAYS}->{transdate_oe} },      $form->{"transdate_$i"};
index fc043ec8ff531802cefafecf46ded646a0b80a17..debbd22f8986cc10241c6a30c8a78e1b54f23460 100644 (file)
   1044 1046 1051 1055 1057 1058 1072 1073 1077 1079 1081 1082 1095 1098
   1100 1101 1108 1110 1118 1125 1127 1130 1133 1135 1136 1138 1144
   1146 1147 1150 1151 1155 1164 1173 1177 1186 1188 1190 1191 1195
-  1197 1198 1199 1200 1201 1209 1250 1286 1289
+  1197 1198 1199 1200 1201 1209 1213 1250 1286 1289
 
 
 2009-06-02 - Version 2.6.0