Revision 335829bb
Von Tamino Steinert vor mehr als 2 Jahren hinzugefügt
templates/design40_webpages/order/form.html | ||
---|---|---|
[% L.hidden_tag('type', FORM.type) %]
|
||
[% L.hidden_tag('id', SELF.order.id) %]
|
||
[% L.hidden_tag('converted_from_oe_id', SELF.converted_from_oe_id) %]
|
||
[% L.hidden_tag('converted_from_reclamation_id', SELF.converted_from_reclamation_id) %]
|
||
|
||
[% INCLUDE 'common/flash.html' %]
|
||
|
templates/design40_webpages/order/tabs/_row.html | ||
---|---|---|
[% END %]
|
||
[% L.hidden_tag("orderitem_ids[+]", ID) %]
|
||
[% L.hidden_tag("converted_from_orderitems_ids[+]", ITEM.converted_from_orderitems_id) %]
|
||
[% L.hidden_tag("converted_from_reclamation_items_ids[+]", ITEM.converted_from_reclamation_items_id) %]
|
||
[% L.hidden_tag("order.orderitems[+].id", ITEM.id, id='item_' _ ID) %]
|
||
[% L.hidden_tag("order.orderitems[].parts_id", ITEM.parts_id) %]
|
||
</td>
|
Auch abrufbar als: Unified diff
Reclamation: [FIX] add hidden tags for workflow to order template