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