Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b5467bea

Von Tamino Steinert vor 7 Tagen hinzugefügt

  • ID b5467bea63172fd586fe502eeb291deb00922f04
  • Vorgänger 30ab7da0
  • Nachfolger 61c7b583

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

Unterschiede anzeigen:

SL/Controller/Reclamation.pm
1355 1355
    $reclamation = SL::Model::Record->update_after_customer_vendor_change($reclamation);
1356 1356
  }
1357 1357

  
1358
  # don't assign hashes as objects
1358 1359
  my $form_reclamation_items = delete $::form->{reclamation}->{reclamation_items};
1359 1360

  
1360 1361
  $reclamation->assign_attributes(%{$::form->{reclamation}});
1361 1362

  
1363
  # restore form values
1364
  $::form->{reclamation}->{reclamation_items} = $form_reclamation_items;
1365

  
1362 1366
  $self->setup_custom_shipto_from_form($reclamation, $::form);
1363 1367

  
1364 1368
  # remove deleted items

Auch abrufbar als: Unified diff