X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0e723a19cf157a78a57458dda69fd1ea36e68ea1..3aa5cee2f12c1dff757539b60196bf5e1be0a5d6:/templates/webpages/io/select_item.html diff --git a/templates/webpages/io/select_item.html b/templates/webpages/io/select_item.html index 803e93ea7..9252b45fc 100644 --- a/templates/webpages/io/select_item.html +++ b/templates/webpages/io/select_item.html @@ -1,6 +1,5 @@ [% USE LxERP %][% USE HTML %][% USE L %] - -
[% title %]
+

[% title %]

@@ -9,6 +8,7 @@   [% LxERP.t8('Number') %] [% LxERP.t8('Part Description') %] + [% LxERP.t8('Other Matches') %] [% LxERP.t8('Price') %] [%- IF IS_PURCHASE %] [% LxERP.t8('ROP') %] @@ -22,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, '') %]