@@ -, +, @@ --- C4/Serials.pm | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) --- a/C4/Serials.pm +++ a/C4/Serials.pm @@ -441,7 +441,6 @@ sub PrepareSerialsData { foreach my $key ( sort { $b cmp $a } keys %tmpresults ) { push @res, $tmpresults{$key}; } - $res[0]->{'first'} = 1; return \@res; } --