Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 44f8c46b

Von Tamino Steinert vor 3 Tagen hinzugefügt

  • ID 44f8c46bcb0b31619d7cc262a827d33fac8a3c7b
  • Vorgänger d0082be1
  • Nachfolger 1d39311e

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

Unterschiede anzeigen:

SL/Controller/Reclamation.pm
1351 1351
    $reclamation = SL::Model::Record->update_after_customer_vendor_change($reclamation);
1352 1352
  }
1353 1353

  
1354
  # don't assign hashes as objects
1354 1355
  my $form_reclamation_items = delete $::form->{reclamation}->{reclamation_items};
1355 1356

  
1356 1357
  $reclamation->assign_attributes(%{$::form->{reclamation}});
1357 1358

  
1359
  # restore form values
1360
  $::form->{reclamation}->{reclamation_items} = $form_reclamation_items;
1361

  
1358 1362
  $self->setup_custom_shipto_from_form($reclamation, $::form);
1359 1363

  
1360 1364
  # remove deleted items

Auch abrufbar als: Unified diff