Revision df2fba09
Von Sven Schöling vor mehr als 10 Jahren hinzugefügt
SL/Controller/RecordLinks.pm | ||
---|---|---|
53 | 53 |
my ($self) = @_; |
54 | 54 |
|
55 | 55 |
eval { |
56 |
my $linked_records = $self->object->linked_records(direction => 'both'); |
|
56 |
my $linked_records = $self->object->linked_records(direction => 'both', recursive => 1);
|
|
57 | 57 |
push @{ $linked_records }, $self->object->sepa_export_items if $self->object->can('sepa_export_items'); |
58 | 58 |
my $output = SL::Presenter->get->grouped_record_list( |
59 | 59 |
$linked_records, |
Auch abrufbar als: Unified diff
Verknüpfte Belege: Standardmässig rekursive Belege finden