X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FRecordLinks.pm;h=8d6adc7354414b75491f1de1b0a1a53213aef522;hb=55e399ab36e9b688a4bfbb7b90422fe33e9e14e7;hp=de0377577f7fb59a1a9dcbb83f3e8ef025931134;hpb=87e65e6c1cc64bfb2d73b6914ed2ef136861dd42;p=kivitendo-erp.git 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) ],