Revision af8384e9
Von Sven Schöling vor mehr als 1 Jahr hinzugefügt
SL/DB/Helper/RecordLink.pm | ||
---|---|---|
81 | 81 |
$record->{ RECORD_ID() } = $from_ids; |
82 | 82 |
|
83 | 83 |
my $idx = 0; |
84 |
my $items = $record->sorted_items;
|
|
84 |
my $items = $record->items_sorted;
|
|
85 | 85 |
|
86 | 86 |
croak "more item ids than items in record" if @$item_ids > @$items; |
87 | 87 |
|
Auch abrufbar als: Unified diff
RecordLink: typo