Revision 89cd6161
Von Niklas Schmidt vor 3 Monaten hinzugefügt
| SL/Controller/Order.pm | ||
|---|---|---|
|
|
||
|
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,
|
||
|
delete_custom_shipto => $self->order->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,
|
||
Auch abrufbar als: Unified diff
S:C:Order: fix 73b236a: Aufträge->Aktionen->Neuer Auftrag
Behebt Fehler: Can't call method "is_empty" on an undefined value...
In Bezug auf: $self->order->custom_shipto->is_empty