From: Sven Schöling Date: Thu, 4 Mar 2010 10:58:18 +0000 (+0100) Subject: deliverydate_$i heisst in Rechnungen reqdate_$i X-Git-Tag: release-2.6.1beta1~33^2~4^2~2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=103bf7e86c84b35f57efb67fcb7dbc776d98f826;p=kivitendo-erp.git deliverydate_$i heisst in Rechnungen reqdate_$i Fix für Bug 1213. --- diff --git a/SL/IS.pm b/SL/IS.pm index 6bf6aafa2..7f4920134 100644 --- 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"}; diff --git a/doc/changelog b/doc/changelog index fc043ec8f..debbd22f8 100644 --- a/doc/changelog +++ b/doc/changelog @@ -163,7 +163,7 @@ 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