Revision 77713e7b
Von Bernd Bleßmann vor etwa 2 Jahren hinzugefügt
| SL/Controller/Order.pm | ||
|---|---|---|
|
: undef;
|
||
|
|
||
|
SL::Model::Record->save($self->order,
|
||
|
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,
|
||
|
objects_to_close => $objects_to_close,
|
||
|
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,
|
||
|
objects_to_close => $objects_to_close,
|
||
|
link_requirement_specs_linking_to_created_from_objects => \@converted_from_oe_ids,
|
||
|
set_project_in_linked_requirement_specs => 1,
|
||
|
);
|
||
Auch abrufbar als: Unified diff
Order-Controller: Kosmetik: Ausrichtung