Revision 0bf49235
Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt
| SL/Controller/Order.pm | ||
|---|---|---|
|   }
 | ||
|   if ($::form->{converted_from_reclamation_id}) {
 | ||
|     my @converted_from_reclamation_ids = split ' ', $::form->{converted_from_reclamation_id};
 | ||
|     set_record_links_conversions(
 | ||
|     set_record_link_conversions(
 | ||
|       $self->order,
 | ||
|       'SL::DB::Reclamation'     => \@converted_from_reclamation_ids,
 | ||
|       'SL::DB::ReclamationItem' => $::form->{converted_from_reclamation_items_ids},
 | ||
Auch abrufbar als: Unified diff
Order-Controller: Typo-Fix