View | Details | Raw Unified | Return to bug 6195
Collapse All | Expand All

(-)a/C4/Serials.pm (-2 lines)
Lines 441-447 sub PrepareSerialsData { Link Here
441
    foreach my $key ( sort { $b cmp $a } keys %tmpresults ) {
441
    foreach my $key ( sort { $b cmp $a } keys %tmpresults ) {
442
        push @res, $tmpresults{$key};
442
        push @res, $tmpresults{$key};
443
    }
443
    }
444
    $res[0]->{'first'} = 1;
445
    return \@res;
444
    return \@res;
446
}
445
}
447
446
448
- 

Return to bug 6195