PartPicker: Ergebnisse f. Mehrfachauswahl: horiz. Linie so lang wie Tabelle
[kivitendo-erp.git] / templates / webpages / part / _multi_items_result.html
index 73b2fc7..063a343 100644 (file)
@@ -6,14 +6,14 @@
       <td>[% L.input_tag("multi_items.all_qty", '', size = 5, class='numeric') %]</td>
     </tr>
     <tr>
-      <td colspan="5"><hr></td>
+      <td colspan="6"><hr></td>
     </tr>
     <tr>
       <th></th>
-      <th>[% 'Qty'       | $T8 %]</th>
-      <th>[% 'Unit'      | $T8 %]</th>
-      <th>[% 'Article'   | $T8 %]</th>
-      <th>[% 'Sellprice' | $T8 %]</th>
+      <th>[% 'Qty'        | $T8 %]</th>
+      <th>[% 'Unit'       | $T8 %]</th>
+      <th>[% 'Article'    | $T8 %]</th>
+      <th>[% 'Sellprice'  | $T8 %]</th>
       <th>[% 'Partsgroup' | $T8 %]</th>
     </tr>
   [%- FOREACH item = multi_items %]
@@ -25,7 +25,7 @@
                        class = 'multi_items_qty numeric') %]
       </td>
       <td>[% HTML.escape(item.unit) %]</td>
-      <td>[% P.part(item) %]</td>
+      <td>[% item.presenter.part %] [% 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>