Remove redundant variable
[koha_fer] / C4 / Serials.pm
index 32c9bcb..1f8c170 100644 (file)
@@ -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;
 }