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

(-)a/catalogue/search.pl (-2 / +1 lines)
Lines 265-271 foreach my $advanced_srch_type (@advanced_search_types) { Link Here
265
        push @advancedsearchesloop, \%search_code;
265
        push @advancedsearchesloop, \%search_code;
266
    } else {
266
    } else {
267
    # covers all the other cases: non-itemtype authorized values
267
    # covers all the other cases: non-itemtype authorized values
268
       my $advsearchtypes = GetAuthorisedValues($advanced_srch_type, '', 'opac');
268
       my $advsearchtypes = GetAuthorisedValues($advanced_srch_type);
269
        my @authvalueloop;
269
        my @authvalueloop;
270
	for my $thisitemtype (@$advsearchtypes) {
270
	for my $thisitemtype (@$advsearchtypes) {
271
		my %row =(
271
		my %row =(
272
- 

Return to bug 7031