X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frequirement_spec_order%2Fupdate.html;h=13b37980a5e11145ce8ba8a93a4a257854cad95c;hb=e41671e06344bfc4a1c5399f1c6014423bd2be29;hp=2230bd21ddf1834fa3324dd191538adf7060ec36;hpb=2e8dd1d85541033e1b4f5fe2f41da528e860c6e5;p=kivitendo-erp.git diff --git a/templates/webpages/requirement_spec_order/update.html b/templates/webpages/requirement_spec_order/update.html index 2230bd21d..13b37980a 100644 --- a/templates/webpages/requirement_spec_order/update.html +++ b/templates/webpages/requirement_spec_order/update.html @@ -31,7 +31,7 @@ [% L.hidden_tag("orderitems[+].id", item.item.id, no_id=1) %] [% HTML.escape(item.item.part.partnumber) %] - [% HTML.escape(item.item.description) %] + [% HTML.escape(item.item.description_as_stripped_html) %] [% LxERP.format_amount(item.item.qty * 1) %] [% HTML.escape(item.item.unit) %] [% LxERP.format_amount(item.item.qty * 1) %] [% HTML.escape(item.item.unit) %] [% L.select_tag('orderitems[].section_id', sections, default=item.section.id, title_sub=\make_section_title, style=style, no_id=1, with_empty=1, empty_title=LxERP.t8('Do not modify this position')) %]