X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e86e30de944c4bbe4b42f43d933e0a28a83408dd..HEAD:/templates/webpages/requirement_spec_item/_section_header.html
diff --git a/templates/webpages/requirement_spec_item/_section_header.html b/templates/webpages/requirement_spec_item/_section_header.html
index 268f6cdad..4c4743f62 100644
--- a/templates/webpages/requirement_spec_item/_section_header.html
+++ b/templates/webpages/requirement_spec_item/_section_header.html
@@ -1,6 +1,6 @@
[%- USE HTML -%][%- USE L -%][%- USE LxERP -%]
- [%- HTML.escape(requirement_spec_item.fb_number) %]: <[% requirement_spec_item.id %]>
+ [%- HTML.escape(requirement_spec_item.fb_number) %]:
[% IF requirement_spec_item.title %]
[% HTML.escape(requirement_spec_item.title) %]
[% ELSE %]
@@ -13,8 +13,12 @@
[%- LxERP.t8("Preamble") %]
[% IF requirement_spec_item.description %]
- [%- L.simple_format(requirement_spec_item.description) -%]
+ [%- requirement_spec_item.description_as_restricted_html -%]
[%- ELSE %]
[%- LxERP.t8("No text has been entered yet.") %]
[%- END %]
+
+
+ [%- LxERP.t8("Price Factor") -%]: [%- LxERP.format_amount(requirement_spec_item.sellprice_factor, -2) -%]
+