Bug 25701: Remove sort on removed field
Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
d669694426
commit
35bb41dfc1
1 changed files with 0 additions and 1 deletions
|
@ -599,7 +599,6 @@ sub getRecords {
|
|||
foreach my $f (@facets_loop) {
|
||||
$f->{facets} = [ sort { uc($a->{facet_label_value}) cmp uc($b->{facet_label_value}) } @{ $f->{facets} } ];
|
||||
}
|
||||
@facets_loop = sort {defined $a->{expand} && defined $b->{expand} && $a->{expand} cmp $b->{expand}} @facets_loop;
|
||||
}
|
||||
|
||||
return ( undef, $results_hashref, \@facets_loop );
|
||||
|
|
Loading…
Reference in a new issue