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