X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c364e43efab3ac6f0f0c20cd6f8f89a85ab45280..c60cb1f08f:/templates/webpages/part/_assembly_row.html diff --git a/templates/webpages/part/_assembly_row.html b/templates/webpages/part/_assembly_row.html index 82e5c4618..e57215e29 100644 --- a/templates/webpages/part/_assembly_row.html +++ b/templates/webpages/part/_assembly_row.html @@ -24,6 +24,9 @@ [% P.part(ITEM.part) %] + + [% P.type_abbreviation(ITEM.part.part_type) %][% P.classification_abbreviation(ITEM.part.classification_id) %] + [% HTML.escape(ITEM.part.description) %] @@ -38,16 +41,7 @@ [% END %] - [% IF orphaned %] - [%- L.select_tag("assembly_items[].unit", - ITEM.part.available_units, - default = ITEM.part.unit, - title_key = 'name', - value_key = 'name', - class = 'unitselect') %] - [% ELSE %] [% ITEM.part.unit | html %] - [% END %] [% IF orphaned %] [% L.checkbox_tag("assembly_items[].bom", checked=ITEM.bom, for_submit=1) %]