Revision 3ab02684
Von Tamino Steinert vor etwa 1 Jahr hinzugefügt
templates/design40_webpages/order/tabs/_purchase_delivery_order_item_selection.html | ||
---|---|---|
20 | 20 |
<tbody id="item_position_selection" class="row_entry listrow"> |
21 | 21 |
[% FOREACH item = ITEMS %] |
22 | 22 |
<tr class="listrow"> |
23 |
<td>[% L.checkbox_tag("selected_item_positions[+]", class="item_position_selection_checkall", value=loop.count, checked="checked") %]</td> |
|
23 |
<td>[% L.checkbox_tag("selected_item_positions[+]", class="item_position_selection_checkall", value=loop.count-1, checked="checked") %]</td>
|
|
24 | 24 |
<td class="numeric">[% loop.count %]</td> |
25 | 25 |
<td>[% HTML.escape(item.partnumber) %]</td> |
26 | 26 |
<td>[% HTML.escape(item.vendor_partnumber) %]</td> |
templates/webpages/order/tabs/_purchase_delivery_order_item_selection.html | ||
---|---|---|
20 | 20 |
<tbody id="item_position_selection" class="row_entry listrow"> |
21 | 21 |
[% FOREACH item = ITEMS %] |
22 | 22 |
<tr class="listrow"> |
23 |
<td>[% L.checkbox_tag("selected_item_positions[+]", class="item_position_selection_checkall", value=loop.count, checked="checked") %]</td> |
|
23 |
<td>[% L.checkbox_tag("selected_item_positions[+]", class="item_position_selection_checkall", value=loop.count-1, checked="checked") %]</td>
|
|
24 | 24 |
<td align="right">[% loop.count %]</td> |
25 | 25 |
<td>[% HTML.escape(item.partnumber) %]</td> |
26 | 26 |
<td>[% HTML.escape(item.vendor_partnumber) %]</td> |
Auch abrufbar als: Unified diff
FIX: EK-Auftrag → EK-Lieferschein: Wähle die korrekten Artikel