From a18b7de6d5cbd43028f4bd9de2e44110a9815d5d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Mon, 14 Dec 2015 15:41:22 +0100 Subject: [PATCH] Auswahlliste bei Langtext verbessert MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Bibliothek nicht so oft laden wie Treffer vorhanden sind. Ferner steht die longdescription zu Verfügung (keine Zwang part.notes explizit zu holen) --- templates/webpages/io/select_item.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/webpages/io/select_item.html b/templates/webpages/io/select_item.html index cbefece2a..f57648680 100644 --- a/templates/webpages/io/select_item.html +++ b/templates/webpages/io/select_item.html @@ -1,4 +1,4 @@ -[% USE LxERP %][% USE HTML %][% USE L %] +[% USE LxERP %][% USE HTML %][% USE L %][% USE P %]

[% title %]

@@ -34,8 +34,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) %] -- 2.20.1