Revision 5a2759ba
Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
2139 | 2139 |
: undef; |
2140 | 2140 |
|
2141 | 2141 |
SL::Model::Record->save($self->order, |
2142 |
calculate_prices_and_taxes => 1, |
|
2143 | 2142 |
with_validity_token => { scope => SL::DB::ValidityToken::SCOPE_ORDER_SAVE(), token => $::form->{form_validity_token} }, |
2144 | 2143 |
delete_custom_shipto => $self->is_custom_shipto_to_delete || $self->order->custom_shipto->is_empty, |
2145 | 2144 |
items_to_delete => $items_to_delete, |
Auch abrufbar als: Unified diff
Order-Controller: S:M:R->save bestimmt selbst, ob Preise/Steuern berechnet werden