X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fpart%2F_part_picker_result.html;h=ed8ad788ea679b6785141c7d5c13c4b941adf1c8;hb=a7b17d8cf379dfc5f34bb3179537148d0a986786;hp=0512b49ad8b14f34dfb9c1a5f2d2a735e8e478bd;hpb=c2d1e374b4f8a2b4802ea6348539da7ec10a227a;p=kivitendo-erp.git diff --git a/templates/webpages/part/_part_picker_result.html b/templates/webpages/part/_part_picker_result.html index 0512b49ad..ed8ad788e 100644 --- a/templates/webpages/part/_part_picker_result.html +++ b/templates/webpages/part/_part_picker_result.html @@ -1,31 +1,32 @@ [%- USE T8 %] [%- USE HTML %] [%- USE L %] +[%- USE P %] [%- USE LxERP %] [%# L.dump(SELF.parts) %] -[% FOREACH part = SELF.parts %] - [% PROCESS part_block %] -[% END %] - -[%- BLOCK part_block %] -
+[% BLOCK part_block %] +
- - [% part.partnumber | html %] - [% part.description | html %] + + + + [% part.partnumber | html %] + [% part.ean | html %] + [% part.description | html %]
- [% 'Sellprice' | $T8 %]: [% part.sellprice_as_number | html %] + [% 'Sellprice' | $T8 %]: [% part.sellprice_as_number | html %] + [% part.presenter.typeclass_abbreviation %]
[%- END %] -
-[% L.paginate_controls(target='#part_picker_result', selector='#part_picker_result') %] +[% FOREACH part = SELF.parts %] + [% PROCESS part_block %] +[% END %] + +
- +[% L.paginate_controls(target='#part_picker_result', selector='#part_picker_result', models=SELF.models) %]