Erzeugnisbestandteile hinzufügen - Artikelbeschreibung zeigen
authorG. Richardson <information@kivitendo-premium.de>
Tue, 30 May 2017 14:17:32 +0000 (16:17 +0200)
committerG. Richardson <information@kivitendo-premium.de>
Tue, 30 May 2017 14:19:33 +0000 (16:19 +0200)
bei "Mehrere Artikel hinzufügen". Siehe Ticket #255

templates/webpages/part/_multi_items_result.html

index 73b2fc7..a06fe3d 100644 (file)
@@ -25,7 +25,7 @@
                        class = 'multi_items_qty numeric') %]
       </td>
       <td>[% HTML.escape(item.unit) %]</td>
-      <td>[% P.part(item) %]</td>
+      <td>[% P.part(item) %] [% HTML.escape(item.description) %]</td>
       <td class="numeric">[% HTML.escape(item.sellprice_as_number) %]</td>
       <td class="numeric">[% HTML.escape(item.partsgroup.partsgroup) %]</td>
     </tr>