Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision dc21a0e2

Von Tamino Steinert vor 9 Monaten hinzugefügt

  • ID dc21a0e2240360746ea62bb34726c5cd6cca97ee
  • Vorgänger 52a838fb
  • Nachfolger 4d173f1a

FIX: S:C:Reclamation: Positionen behalten bei 'Artikel aus Beleg anlegen'

Unterschiede anzeigen:

SL/Controller/Reclamation.pm
$reclamation = SL::Model::Record->update_after_customer_vendor_change($reclamation);
}
# don't assign hashes as objects
my $form_reclamation_items = delete $::form->{reclamation}->{reclamation_items};
$reclamation->assign_attributes(%{$::form->{reclamation}});
# restore form values
$::form->{reclamation}->{reclamation_items} = $form_reclamation_items;
$self->setup_custom_shipto_from_form($reclamation, $::form);
# remove deleted items

Auch abrufbar als: Unified diff