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