Revision 1f21daf6
Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
2132 | 2132 |
: undef; |
2133 | 2133 |
|
2134 | 2134 |
SL::Model::Record->save($self->order, |
2135 |
with_validity_token => { scope => SL::DB::ValidityToken::SCOPE_ORDER_SAVE(), token => $::form->{form_validity_token} }, |
|
2136 |
delete_custom_shipto => $self->is_custom_shipto_to_delete || $self->order->custom_shipto->is_empty, |
|
2137 |
items_to_delete => $items_to_delete, |
|
2138 |
objects_to_close => $objects_to_close, |
|
2139 |
history => { snumbers => $self->get_history_snumbers() }, |
|
2135 |
calculate_prices_and_taxes => 1, |
|
2136 |
with_validity_token => { scope => SL::DB::ValidityToken::SCOPE_ORDER_SAVE(), token => $::form->{form_validity_token} }, |
|
2137 |
delete_custom_shipto => $self->is_custom_shipto_to_delete || $self->order->custom_shipto->is_empty, |
|
2138 |
items_to_delete => $items_to_delete, |
|
2139 |
objects_to_close => $objects_to_close, |
|
2140 |
history => { snumbers => $self->get_history_snumbers() }, |
|
2140 | 2141 |
link_requirement_specs_linking_to_created_from_objects => \@converted_from_oe_ids, |
2141 | 2142 |
set_project_in_linked_requirement_specs => 1, |
2142 | 2143 |
); |
Auch abrufbar als: Unified diff
OrderController: Preise beim Speichern auch berechnen
über Model::Record