Auswahlliste bei Langtext verbessert
authorJan Büren <jan@kivitendo-premium.de>
Mon, 14 Dec 2015 14:41:22 +0000 (15:41 +0100)
committerJan Büren <jan@kivitendo-premium.de>
Mon, 14 Dec 2015 14:41:22 +0000 (15:41 +0100)
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

index cbefece..f576486 100644 (file)
@@ -1,4 +1,4 @@
-[% USE LxERP %][% USE HTML %][% USE L %]
+[% USE LxERP %][% USE HTML %][% USE L %][% USE P %]
 <h1>[% title %]</h1>
 
  <form method="post" action="[% HTML.escape(script) %]">
@@ -34,8 +34,7 @@
     <td>[% HTML.escape(item.partnumber) %]</td>
     <td>[% HTML.escape(item.description) %]</td>
     [%- IF INSTANCE_CONF.get_show_longdescription_select_item %]
-      [% USE P %]
-      <td>[% P.restricted_html(item.notes) %]</td>
+      <td>[% P.restricted_html(item.longdescription) %]</td>
     [%- END %]
     <td>[% HTML.escape(item.matches).join('<br>') %]</td>
     <td align="right">[% LxERP.format_amount(item.display_sellprice, 2) %]</td>