X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fio%2Fselect_item.html;h=351489e6fc04bf4ffa8ae4caa71a6e9d99ef2cde;hb=6f1b36cfb8b26f6c8540ba5f36e48b9188d9470a;hp=803e93ea79614d0fd6163facb5b12475412833db;hpb=fdac215685fca7fbe271fa550275f1937ff85383;p=kivitendo-erp.git diff --git a/templates/webpages/io/select_item.html b/templates/webpages/io/select_item.html index 803e93ea7..351489e6f 100644 --- a/templates/webpages/io/select_item.html +++ b/templates/webpages/io/select_item.html @@ -9,6 +9,7 @@   [% LxERP.t8('Number') %] [% LxERP.t8('Part Description') %] + [% LxERP.t8('Other Matches') %] [% LxERP.t8('Price') %] [%- IF IS_PURCHASE %] [% LxERP.t8('ROP') %] @@ -22,6 +23,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, '') %]