X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/168836cf2b4967a5fb2332867b329785cccc932a..4d050ca366a72bbdbcc3a0ef49b37867bee9eb59:/SL/Controller/RecordLinks.pm diff --git a/SL/Controller/RecordLinks.pm b/SL/Controller/RecordLinks.pm index de0377577..8d6adc735 100644 --- a/SL/Controller/RecordLinks.pm +++ b/SL/Controller/RecordLinks.pm @@ -44,6 +44,7 @@ sub action_ajax_list { eval { my $linked_records = $self->object->linked_records(direction => 'both'); + push @{ $linked_records }, $self->object->sepa_export_items if $self->object->can('sepa_export_items'); my $output = SL::Presenter->get->grouped_record_list( $linked_records, with_columns => [ qw(record_link_direction) ],