X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b720e272f739767ad33afffcf8c282c98f97dba1..5aec18fed79986d088e3a7ed05a9166c48d05b39:/templates/webpages/part/_part_picker_result.html diff --git a/templates/webpages/part/_part_picker_result.html b/templates/webpages/part/_part_picker_result.html index d283e6cac..29a444bbc 100644 --- a/templates/webpages/part/_part_picker_result.html +++ b/templates/webpages/part/_part_picker_result.html @@ -1,6 +1,7 @@ [%- USE T8 %] [%- USE HTML %] [%- USE L %] +[%- USE P %] [%- USE LxERP %] [%# L.dump(SELF.parts) %] @@ -15,6 +16,7 @@ [% part.description | html %]
[% 'Sellprice' | $T8 %]: [% part.sellprice_as_number | html %] + [% P.typeclass_abbreviation(part) %] [%- END %] @@ -28,5 +30,5 @@ [% L.paginate_controls(target='#part_picker_result', selector='#part_picker_result', models=SELF.models) %]