From df2fba090ab1abcd5f889cd6c1b53b4dd1e6b6b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 2 Jun 2014 14:59:38 +0200 Subject: [PATCH] =?utf8?q?Verkn=C3=BCpfte=20Belege:=20Standardm=C3=A4ssig?= =?utf8?q?=20rekursive=20Belege=20finden?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Controller/RecordLinks.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Controller/RecordLinks.pm b/SL/Controller/RecordLinks.pm index 8c2a6eba5..ea0c7782b 100644 --- a/SL/Controller/RecordLinks.pm +++ b/SL/Controller/RecordLinks.pm @@ -53,7 +53,7 @@ sub action_ajax_list { my ($self) = @_; eval { - my $linked_records = $self->object->linked_records(direction => 'both'); + my $linked_records = $self->object->linked_records(direction => 'both', recursive => 1); 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, -- 2.20.1