From 04a507630236bab987f4d96a03d5bed2e05a0d42 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Tue, 26 Nov 2019 19:49:37 +0000 Subject: [PATCH] Bug 24127: Remove 'Shelving location' from search dropdown To test: 1 - In staff client enable IntranetCatalogSearchPulldown 2 - Click on the 'Search the catalog' tab 3 - Note 'Shelving location' option in dropdown 4 - Search for code or description of a locatio, no results 5 - Repeat on advanced search 6 - Apply patch 7 - Note option is now removed Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc index 97eeb6716e..d0a1241630 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc @@ -97,11 +97,6 @@ [% ELSE %] [% END %] - [% IF ms_location %] - - [% ELSE %] - - [% END %] [% IF ( Koha.Preference('IntranetNumbersPreferPhrase') ) %] [% IF ms_identcommaphr %] -- 2.11.0