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

(-)a/catalogue/search.pl (-2 lines)
Lines 237-243 if($cgi->cookie("intranet_bib_list")){ Link Here
237
237
238
my @search_groups =
238
my @search_groups =
239
  Koha::Library::Groups->get_search_groups( { interface => 'staff' } )->as_list;
239
  Koha::Library::Groups->get_search_groups( { interface => 'staff' } )->as_list;
240
@search_groups = sort { $a->title cmp $b->title } @search_groups;
241
240
242
$template->param(
241
$template->param(
243
    search_groups    => \@search_groups,
242
    search_groups    => \@search_groups,
244
- 

Return to bug 29922