3 <h1>Waren Picker Testpage</h1>
7 [% L.part_picker('part_id') %] text<br>
9 [% L.part_picker('part_id2', undef, type='part') %]<br>
10 Nur Dienstleistungen: <br>
11 [% L.part_picker('part_id3', undef, type='service') %]<br>
12 Waren und Dienstleistungen: <br>
13 [% L.part_picker('part_id4', undef, type='part,service') %]<br>
16 [%# FOREACH i IN 1..50 %]
17 [%# L.part_picker('part_id_' _ i) %] <br>