Revision 8140857a
Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
2076 | 2076 |
: undef; |
2077 | 2077 |
|
2078 | 2078 |
SL::Model::Record->save($self->order, |
2079 |
calculate_prices_and_taxes => 1, |
|
2080 | 2079 |
with_validity_token => { scope => SL::DB::ValidityToken::SCOPE_ORDER_SAVE(), token => $::form->{form_validity_token} }, |
2081 | 2080 |
delete_custom_shipto => $self->is_custom_shipto_to_delete || $self->order->custom_shipto->is_empty, |
2082 | 2081 |
items_to_delete => $items_to_delete, |
Auch abrufbar als: Unified diff
Order-Controller: S:M:R->save bestimmt selbst, ob Preise/Steuern berechnet werden