X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/be4f82541d41ee895fa3cbade337bdb65217de24..b720e272:/templates/webpages/io/select_item.html diff --git a/templates/webpages/io/select_item.html b/templates/webpages/io/select_item.html index f57ef7750..9252b45fc 100644 --- a/templates/webpages/io/select_item.html +++ b/templates/webpages/io/select_item.html @@ -1,7 +1,5 @@ [% USE LxERP %][% USE HTML %][% USE L %] - - -
[% title %]
+

[% title %]

@@ -10,6 +8,7 @@   [% LxERP.t8('Number') %] [% LxERP.t8('Part Description') %] + [% LxERP.t8('Other Matches') %] [% LxERP.t8('Price') %] [%- IF IS_PURCHASE %] [% LxERP.t8('ROP') %] @@ -23,6 +22,7 @@ [% HTML.escape(item.partnumber) %] [% HTML.escape(item.description) %] + [% HTML.escape(item.matches).join('
') %] [% LxERP.format_amount(item.display_sellprice, 2) %] [%- IF IS_PURCHASE %] [% LxERP.format_amount(item.rop, '') %] @@ -41,5 +41,3 @@ [% L.submit_tag('action', LxERP.t8('Continue')) %]
- -