Revision d4a2c7ca
Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
2116 | 2116 |
: undef; |
2117 | 2117 |
|
2118 | 2118 |
SL::Model::Record->save($self->order, |
2119 |
calculate_prices_and_taxes => 1, |
|
2120 | 2119 |
with_validity_token => { scope => SL::DB::ValidityToken::SCOPE_ORDER_SAVE(), token => $::form->{form_validity_token} }, |
2121 | 2120 |
delete_custom_shipto => $self->is_custom_shipto_to_delete || $self->order->custom_shipto->is_empty, |
2122 | 2121 |
items_to_delete => $items_to_delete, |
Auch abrufbar als: Unified diff
Order-Controller: S:M:R->save bestimmt selbst, ob Preise/Steuern berechnet werden