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