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

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

Return to bug 30101