X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fpart%2F_part_picker_result.html;h=cdcbf8d11e84ad84bc228bba9b2c7409cb79b632;hb=94f5cb152afa9210162295b6727801c296af0631;hp=eba16dcd8ffc4e98af7dcfede1979e8e5f177c45;hpb=fa7a37a2e2d294b1dfe6ef5b89e5acb0f8c4eb3b;p=kivitendo-erp.git diff --git a/templates/webpages/part/_part_picker_result.html b/templates/webpages/part/_part_picker_result.html index eba16dcd8..cdcbf8d11 100644 --- a/templates/webpages/part/_part_picker_result.html +++ b/templates/webpages/part/_part_picker_result.html @@ -1,30 +1,35 @@ [%- 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 %] + +[% FOREACH part = SELF.parts %] + [% PROCESS part_block %] +[% END %] +
[% L.paginate_controls(target='#part_picker_result', selector='#part_picker_result', models=SELF.models) %] -