X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fio%2Fselect_item.html;h=668b2e94b21d17efb337eb671ef74f824c8646ac;hb=07c884e5ac2318a9a67947faa88ecd1d4ca0629e;hp=cbefece2a2db77b0162f4f4029b805eef082ad1f;hpb=a648b673fcb23982d6fecb0c0f97a40c0636a601;p=kivitendo-erp.git diff --git a/templates/webpages/io/select_item.html b/templates/webpages/io/select_item.html index cbefece2a..668b2e94b 100644 --- a/templates/webpages/io/select_item.html +++ b/templates/webpages/io/select_item.html @@ -1,4 +1,5 @@ -[% USE LxERP %][% USE HTML %][% USE L %] +[% USE LxERP %][% USE HTML %][% USE L %][% USE P %] +[% SET COLS = 8 %]

[% title %]

@@ -13,11 +14,13 @@ [% LxERP.t8('Number') %] [% LxERP.t8('Part Description') %] [%- IF INSTANCE_CONF.get_show_longdescription_select_item %] + [% SET COLS = COLS + 1 %] [% LxERP.t8('Long Description') %] [%- END %] [% LxERP.t8('Other Matches') %] [% LxERP.t8('Price') %] [%- IF IS_PURCHASE %] + [% SET COLS = COLS + 1 %] [% LxERP.t8('ROP') %] [%- END %] [% LxERP.t8('Qty') %] @@ -34,8 +37,7 @@ [% HTML.escape(item.partnumber) %] [% HTML.escape(item.description) %] [%- IF INSTANCE_CONF.get_show_longdescription_select_item %] - [% USE P %] - [% P.restricted_html(item.notes) %] + [% P.restricted_html(item.longdescription) %] [%- END %] [% HTML.escape(item.matches).join('
') %] [% LxERP.format_amount(item.display_sellprice, 2) %] @@ -47,7 +49,7 @@ [%- END %] -
+
[% L.hidden_tag('select_item_mode', MODE) %]