]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/RecordLinks.pm
Währung beim CSV-Import Kunden/Lieferanten unterstützen
[mfinanz.git] / SL / Controller / RecordLinks.pm
index de0377577f7fb59a1a9dcbb83f3e8ef025931134..8d6adc7354414b75491f1de1b0a1a53213aef522 100644 (file)
@@ -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) ],