Revision ccd103b5
Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
2118 | 2118 |
: undef; |
2119 | 2119 |
|
2120 | 2120 |
SL::Model::Record->save($self->order, |
2121 |
with_validity_token => { scope => SL::DB::ValidityToken::SCOPE_ORDER_SAVE(), token => $::form->{form_validity_token} },
|
|
2122 |
delete_custom_shipto => $self->is_custom_shipto_to_delete || $self->order->custom_shipto->is_empty,
|
|
2123 |
items_to_delete => $items_to_delete,
|
|
2124 |
objects_to_close => $objects_to_close,
|
|
2121 |
with_validity_token => { scope => SL::DB::ValidityToken::SCOPE_ORDER_SAVE(), token => $::form->{form_validity_token} }, |
|
2122 |
delete_custom_shipto => $self->is_custom_shipto_to_delete || $self->order->custom_shipto->is_empty, |
|
2123 |
items_to_delete => $items_to_delete, |
|
2124 |
objects_to_close => $objects_to_close, |
|
2125 | 2125 |
link_requirement_specs_linking_to_created_from_objects => \@converted_from_oe_ids, |
2126 | 2126 |
set_project_in_linked_requirement_specs => 1, |
2127 | 2127 |
); |
Auch abrufbar als: Unified diff
Order-Controller: Kosmetik: Ausrichtung