Revision c7680fd5
Von Werner Hahn vor 8 Monaten hinzugefügt
- ID c7680fd5e8c15481c2c9858dd450525b3c736d84
- Vorgänger ca7edbc8
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 |
push @{ $form->{TEMPLATE_ARRAYS}{partsgroup} }, $form->{"partsgroup_$i"}; |
|
1146 | 1146 |
push @{ $form->{TEMPLATE_ARRAYS}{serialnumber} }, $form->{"serialnumber_$i"}; |
1147 | 1147 |
push @{ $form->{TEMPLATE_ARRAYS}{reqdate} }, $form->{"reqdate_$i"}; |
1148 | 1148 |
push @{ $form->{TEMPLATE_ARRAYS}{projectnumber} }, $project->projectnumber; |
Auch abrufbar als: Unified diff
Style