X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fio%2Fselect_item.html;h=668b2e94b21d17efb337eb671ef74f824c8646ac;hb=061f4d6d32ed95055114582ede45e8387b302a53;hp=a212163fe224cb989ee0291fb5cbe837f284be98;hpb=debc917554271ebdbf02ec74219c0394eb53b6ed;p=kivitendo-erp.git diff --git a/templates/webpages/io/select_item.html b/templates/webpages/io/select_item.html index a212163fe..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 %]

@@ -12,12 +13,14 @@ [%- END %] [% LxERP.t8('Number') %] [% LxERP.t8('Part Description') %] - [%- IF SHOW_NOTES %] + [%- 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') %] @@ -33,9 +36,8 @@ [%- END %] [% HTML.escape(item.partnumber) %] [% HTML.escape(item.description) %] - [%- IF SHOW_NOTES %] - [% USE P %] - [% P.restricted_html(item.notes) %] + [%- IF INSTANCE_CONF.get_show_longdescription_select_item %] + [% 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) %]