Revision 103bf7e8
Von Sven Schöling vor fast 15 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
198 | 198 |
push @{ $form->{TEMPLATE_ARRAYS}->{longdescription} }, $form->{"longdescription_$i"}; |
199 | 199 |
push @{ $form->{TEMPLATE_ARRAYS}->{qty} }, $form->format_amount($myconfig, $form->{"qty_$i"}); |
200 | 200 |
push @{ $form->{TEMPLATE_ARRAYS}->{unit} }, $form->{"unit_$i"}; |
201 |
push @{ $form->{TEMPLATE_ARRAYS}->{deliverydate_oe} }, $form->{"deliverydate_$i"};
|
|
201 |
push @{ $form->{TEMPLATE_ARRAYS}->{deliverydate_oe} }, $form->{"reqdate_$i"};
|
|
202 | 202 |
push @{ $form->{TEMPLATE_ARRAYS}->{sellprice} }, $form->{"sellprice_$i"}; |
203 | 203 |
push @{ $form->{TEMPLATE_ARRAYS}->{ordnumber_oe} }, $form->{"ordnumber_$i"}; |
204 | 204 |
push @{ $form->{TEMPLATE_ARRAYS}->{transdate_oe} }, $form->{"transdate_$i"}; |
doc/changelog | ||
---|---|---|
163 | 163 |
1044 1046 1051 1055 1057 1058 1072 1073 1077 1079 1081 1082 1095 1098 |
164 | 164 |
1100 1101 1108 1110 1118 1125 1127 1130 1133 1135 1136 1138 1144 |
165 | 165 |
1146 1147 1150 1151 1155 1164 1173 1177 1186 1188 1190 1191 1195 |
166 |
1197 1198 1199 1200 1201 1209 1250 1286 1289 |
|
166 |
1197 1198 1199 1200 1201 1209 1213 1250 1286 1289
|
|
167 | 167 |
|
168 | 168 |
|
169 | 169 |
2009-06-02 - Version 2.6.0 |
Auch abrufbar als: Unified diff
deliverydate_$i heisst in Rechnungen reqdate_$i
Fix für Bug 1213.