Revision 5a48d9e5
Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
2141 | 2141 |
: undef; |
2142 | 2142 |
|
2143 | 2143 |
SL::Model::Record->save($self->order, |
2144 |
with_validity_token => { scope => SL::DB::ValidityToken::SCOPE_ORDER_SAVE(), token => $::form->{form_validity_token} },
|
|
2145 |
delete_custom_shipto => $self->is_custom_shipto_to_delete || $self->order->custom_shipto->is_empty,
|
|
2146 |
items_to_delete => $items_to_delete,
|
|
2147 |
objects_to_close => $objects_to_close,
|
|
2144 |
with_validity_token => { scope => SL::DB::ValidityToken::SCOPE_ORDER_SAVE(), token => $::form->{form_validity_token} }, |
|
2145 |
delete_custom_shipto => $self->is_custom_shipto_to_delete || $self->order->custom_shipto->is_empty, |
|
2146 |
items_to_delete => $items_to_delete, |
|
2147 |
objects_to_close => $objects_to_close, |
|
2148 | 2148 |
link_requirement_specs_linking_to_created_from_objects => \@converted_from_oe_ids, |
2149 | 2149 |
set_project_in_linked_requirement_specs => 1, |
2150 | 2150 |
); |
Auch abrufbar als: Unified diff
Order-Controller: Kosmetik: Ausrichtung