Revision 9b0ee4c2
Von Kivitendo Admin vor mehr als 7 Jahren hinzugefügt
templates/webpages/part/_multi_items_result.html | ||
---|---|---|
25 | 25 |
class = 'multi_items_qty numeric') %] |
26 | 26 |
</td> |
27 | 27 |
<td>[% HTML.escape(item.unit) %]</td> |
28 |
<td>[% P.part(item) %]</td> |
|
28 |
<td>[% P.part(item) %] [% HTML.escape(item.description) %]</td>
|
|
29 | 29 |
<td class="numeric">[% HTML.escape(item.sellprice_as_number) %]</td> |
30 | 30 |
<td class="numeric">[% HTML.escape(item.partsgroup.partsgroup) %]</td> |
31 | 31 |
</tr> |
Auch abrufbar als: Unified diff
Erzeugnisbestandteile hinzufügen - Artikelbeschreibung zeigen
bei "Mehrere Artikel hinzufügen". Siehe Ticket #255