X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f4289934bffb47329cdb50a2007b6bfa472fc59f..HEAD:/templates/webpages/part/_assembly_row.html
diff --git a/templates/webpages/part/_assembly_row.html b/templates/webpages/part/_assembly_row.html
index 4be4f4c94..827961f71 100644
--- a/templates/webpages/part/_assembly_row.html
+++ b/templates/webpages/part/_assembly_row.html
@@ -22,10 +22,10 @@
- [% P.part(ITEM.part) %]
+ [% ITEM.part.presenter.part %]
|
- [% P.type_abbreviation(ITEM.part.part_type) %][% P.classification_abbreviation(ITEM.part.classification_id) %]
+ [% P.part.type_abbreviation(ITEM.part.part_type) %][% P.part.classification_abbreviation(ITEM.part.classification_id) %]
|
[% HTML.escape(ITEM.part.description) %]
@@ -51,6 +51,9 @@
|
[%- L.div_tag(LxERP.format_amount(ITEM.linetotal_sellprice, 3, 0), name="linetotal") %]
|
+
+ [% ITEM.part.price_factor.description %]
+ |
[% ITEM.part.sellprice_as_number %]
|