From b385fc45beb7c8eeb5d2e73ab44df3635fe3b883 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 24 Feb 2012 09:19:08 -0500 Subject: [PATCH] Bug 7031 Follow-up: Staff search displays OPAC description instead of the normal description for the authorized values --- catalogue/search.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/catalogue/search.pl b/catalogue/search.pl index 4dcb903..8547518 100755 --- a/catalogue/search.pl +++ b/catalogue/search.pl @@ -265,7 +265,7 @@ foreach my $advanced_srch_type (@advanced_search_types) { push @advancedsearchesloop, \%search_code; } else { # covers all the other cases: non-itemtype authorized values - my $advsearchtypes = GetAuthorisedValues($advanced_srch_type, '', 'opac'); + my $advsearchtypes = GetAuthorisedValues($advanced_srch_type); my @authvalueloop; for my $thisitemtype (@$advsearchtypes) { my %row =( -- 1.7.2.5