From 103bf7e86c84b35f57efb67fcb7dbc776d98f826 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 4 Mar 2010 11:58:18 +0100 Subject: [PATCH] deliverydate_$i heisst in Rechnungen reqdate_$i MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fix für Bug 1213. --- SL/IS.pm | 2 +- doc/changelog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1