Revision 44f8c46b
Von Tamino Steinert vor 3 Monaten hinzugefügt
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
FIX: S:C:Reclamation: Positionen behalten bei 'Artikel aus Beleg anlegen'