Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision fe60a471

Von Niklas Schmidt vor 3 Monaten hinzugefügt

  • ID fe60a4717ff949d74a4395d4dd90c4af73e9e9e1
  • Vorgänger 43ff6f43

S:C:Reclamation: fix 461ffe0

Unterschiede anzeigen:

SL/Controller/Reclamation.pm
SL::Model::Record->save($self->reclamation,
with_validity_token => { scope => SL::DB::ValidityToken::SCOPE_RECLAMATION_SAVE(), token => $::form->{form_validity_token} },
delete_custom_shipto => $self->is_custom_shipto_to_delete || $self->reclamation->custom_shipto->is_empty,
delete_custom_shipto => $self->reclamation->custom_shipto && ($self->is_custom_shipto_to_delete || $self->reclamation->custom_shipto->is_empty),
items_to_delete => $items_to_delete,
);

Auch abrufbar als: Unified diff