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