X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3624b119556731da41e4ad395491ebb067f26565..826f6eb2b3e:/templates/webpages/io/select_item.html diff --git a/templates/webpages/io/select_item.html b/templates/webpages/io/select_item.html index 11dfbf609..566b1a1ce 100644 --- a/templates/webpages/io/select_item.html +++ b/templates/webpages/io/select_item.html @@ -12,6 +12,9 @@ [%- END %] [% LxERP.t8('Number') %] [% LxERP.t8('Part Description') %] + [%- IF SHOW_NOTES %] + [% LxERP.t8('Long Description') %] + [%- END %] [% LxERP.t8('Other Matches') %] [% LxERP.t8('Price') %] [%- IF IS_PURCHASE %] @@ -30,6 +33,10 @@ [%- END %] [% HTML.escape(item.partnumber) %] [% HTML.escape(item.description) %] + [%- IF SHOW_NOTES %] + [% USE P %] + [% P.restricted_html(item.notes) %] + [%- END %] [% HTML.escape(item.matches).join('
') %] [% LxERP.format_amount(item.display_sellprice, 2) %] [%- IF IS_PURCHASE %]