From 776ec5e75eead8fe58b211e5edcceaf01137c2ad Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 24 Feb 2012 09:19:08 -0500 Subject: [PATCH] [SIGNED-OFF] Bug 7031 Follow-up: Staff search displays OPAC description instead of the normal description for the authorized values Content-Type: text/plain; charset="utf-8" Signed-off-by: Owen Leonard --- catalogue/search.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/catalogue/search.pl b/catalogue/search.pl index 20d21f1..03343f9 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.3