Revision fa40d141
Von Tamino Steinert vor etwa 2 Monaten hinzugefügt
templates/design40_webpages/delivery_order/tabs/basic_data.html | ||
---|---|---|
315 | 315 |
|
316 | 316 |
</div><!-- /#row_table_scroll_id /.wrapper --> |
317 | 317 |
|
318 |
[% L.hidden_tag('order.currency_id', SELF.order.currency_id) %] |
|
318 | 319 |
[% L.hidden_tag('order.taxzone_id', SELF.order.taxzone_id) %] |
319 | 320 |
[% L.hidden_tag('order.taxincluded', SELF.order.taxincluded) %] |
320 | 321 |
|
templates/webpages/delivery_order/tabs/basic_data.html | ||
---|---|---|
291 | 291 |
|
292 | 292 |
</table> |
293 | 293 |
|
294 |
[% L.hidden_tag('order.currency_id', SELF.order.currency_id) %] |
|
294 | 295 |
[% L.hidden_tag('order.taxzone_id', SELF.order.taxzone_id) %] |
295 | 296 |
[% L.hidden_tag('order.taxincluded', SELF.order.taxincluded) %] |
296 | 297 |
|
Auch abrufbar als: Unified diff
FIX: S:C:DeliveryOrder: Währung in Template speichern