X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fpart%2F_part_picker_result.html;h=c150a082236e656dc75cfab17ef3406c7d15a5e1;hb=baf226d0b65e64f9475dea46b35d88d52fed1cc6;hp=0e65243807e27570c25d3372504f81860dbc1f65;hpb=2504ebe1552b488aa48999535963cc0e6bc3d4ae;p=kivitendo-erp.git diff --git a/templates/webpages/part/_part_picker_result.html b/templates/webpages/part/_part_picker_result.html index 0e6524380..c150a0822 100644 --- a/templates/webpages/part/_part_picker_result.html +++ b/templates/webpages/part/_part_picker_result.html @@ -1,43 +1,34 @@ [%- 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.description | html %]
- [% 'Sellprice' | $T8 %]: [% part.sellprice_as_number | html %] + [% 'Sellprice' | $T8 %]: [% part.sellprice_as_number | html %] + [% P.typeclass_abbreviation(part) %]
[%- END %] -
- -[% L.paginate_controls(target='#part_picker_result', selector='#part_picker_result') %] -