Revision ca7edbc8
Von Werner Hahn vor 9 Monaten hinzugefügt
SL/DO.pm | ||
---|---|---|
1142 | 1142 |
push @{ $form->{TEMPLATE_ARRAYS}{qty_nofmt} }, $form->{"qty_$i"}; |
1143 | 1143 |
push @{ $form->{TEMPLATE_ARRAYS}{unit} }, $form->{"unit_$i"}; |
1144 | 1144 |
push @{ $form->{TEMPLATE_ARRAYS}{partnotes} }, $form->{"partnotes_$i"}; |
1145 |
push @{ $form->{TEMPLATE_ARRAYS}{partsgroup} }, $form->{"partsgroup_$i"}; |
|
1145 | 1146 |
push @{ $form->{TEMPLATE_ARRAYS}{serialnumber} }, $form->{"serialnumber_$i"}; |
1146 | 1147 |
push @{ $form->{TEMPLATE_ARRAYS}{reqdate} }, $form->{"reqdate_$i"}; |
1147 | 1148 |
push @{ $form->{TEMPLATE_ARRAYS}{projectnumber} }, $project->projectnumber; |
Auch abrufbar als: Unified diff
partsgroup mit in TEMPLATE_ARRAYS im Lieferschein(DO) aufgenommen.