@@ -, +, @@ sorting (16.11) --- opac/opac-search.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/opac/opac-search.pl +++ a/opac/opac-search.pl @@ -288,7 +288,7 @@ foreach my $advanced_srch_type (@advanced_search_types) { ccl => $advanced_srch_type, code => $thisitemtype->{authorised_value}, description => $thisitemtype->{'lib_opac'} || $thisitemtype->{'lib'}, - searchcategory => $itemtypes->{$thisitemtype}->{'searchcategory'}, + searchcategory => $thisitemtype->{'searchcategory'}, imageurl => getitemtypeimagelocation( 'opac', $thisitemtype->{'imageurl'} ), ); push @authvalueloop, \%row; --