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

(-)a/opac/opac-search.pl (-1 / +1 lines)
Lines 217-222 if ($cgi->cookie("search_path_code")) { Link Here
217
}
217
}
218
218
219
my @search_groups = Koha::Library::Groups->get_search_groups();
219
my @search_groups = Koha::Library::Groups->get_search_groups();
220
@search_groups = sort { $a->title cmp $b->title } @search_groups;
220
$template->param( search_groups => \@search_groups );
221
$template->param( search_groups => \@search_groups );
221
222
222
# load the language limits (for search)
223
# load the language limits (for search)
223
- 

Return to bug 29922