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