Revision bb658827
Von Bernd Bleßmann vor 3 Monaten hinzugefügt
templates/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> |
38 | 38 |
<div name="position" class="numeric"> |
Auch abrufbar als: Unified diff
DeliveryOrder: FIX: altes Design: Preisgruppen Source speichern
siehe auch: 0e6c7d395139848cf55c0147909394b3ee51ba94
("FIX: DeliveryOrder: Preisgruppen Source in Template speichern")