https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30327
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Patch doesn't apply --- Comment #28 from David Cook <[email protected]> --- Patch doesn't currently apply: diff --cc Koha/Biblio.pm index 4a4df845eb,a84b0e32f6..0000000000 --- a/Koha/Biblio.pm +++ b/Koha/Biblio.pm @@@ -547,7 -547,7 +547,11 @@@ sub get_marc_components } ); } ++<<<<<<< HEAD + @$components = sort { $searcher->extract_biblionumber($a) <=> $searcher->extract_biblionumber($b) } @$results if defined($results) && @$results; ++======= + $components = $results->{biblioserver}->{RECORDS} if defined($results) && $results->{biblioserver}->{hits}; ++>>>>>>> Bug 30327: [Alternate] Add options for sorting components } return $components // []; -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
