Revision c7680fd5
Von Werner Hahn vor 11 Monaten hinzugefügt
- ID c7680fd5e8c15481c2c9858dd450525b3c736d84
- Vorgänger ca7edbc8
SL/DO.pm | ||
---|---|---|
push @{ $form->{TEMPLATE_ARRAYS}{qty_nofmt} }, $form->{"qty_$i"};
|
||
push @{ $form->{TEMPLATE_ARRAYS}{unit} }, $form->{"unit_$i"};
|
||
push @{ $form->{TEMPLATE_ARRAYS}{partnotes} }, $form->{"partnotes_$i"};
|
||
push @{ $form->{TEMPLATE_ARRAYS}{partsgroup} }, $form->{"partsgroup_$i"};
|
||
push @{ $form->{TEMPLATE_ARRAYS}{partsgroup} }, $form->{"partsgroup_$i"};
|
||
push @{ $form->{TEMPLATE_ARRAYS}{serialnumber} }, $form->{"serialnumber_$i"};
|
||
push @{ $form->{TEMPLATE_ARRAYS}{reqdate} }, $form->{"reqdate_$i"};
|
||
push @{ $form->{TEMPLATE_ARRAYS}{projectnumber} }, $project->projectnumber;
|
Auch abrufbar als: Unified diff
Style