Revision 0e6c7d39
Von Tamino Steinert vor 11 Monaten hinzugefügt
templates/design40_webpages/delivery_order/tabs/_row.html | ||
---|---|---|
31 | 31 |
[% L.hidden_tag("order.orderitems[].price_factor", ITEM.price_factor) %] |
32 | 32 |
[% L.hidden_tag("order.orderitems[].marge_price_factor", ITEM.marge_price_factor) %] |
33 | 33 |
[% L.hidden_tag("order.orderitems[].pricegroup_id", ITEM.pricegroup_id) %] |
34 |
[% L.hidden_tag("order.orderitems[].active_price_source", ITEM.active_price_source) %] |
|
35 |
[% L.hidden_tag("order.orderitems[].active_discount_source", ITEM.active_discount_source) %] |
|
34 |
[% L.hidden_tag("order.orderitems[].active_price_source", ITEM.active_price_source.source) %]
|
|
35 |
[% L.hidden_tag("order.orderitems[].active_discount_source", ITEM.active_discount_source.source) %]
|
|
36 | 36 |
</td> |
37 | 37 |
<td class="center"> |
38 | 38 |
<div name="position">[% HTML.escape(ITEM.position) %]</div> |
Auch abrufbar als: Unified diff
FIX: DeliveryOrder: Preisgruppen Source in Template speichern