From 6c5070a56955dc37ced559b8a4f51dfe5ff4fc86 Mon Sep 17 00:00:00 2001 From: Jesse Maseto Date: Fri, 28 Mar 2014 11:02:18 -0400 Subject: [PATCH] [PASSED QA] Bug 10936 - 'Standard number' doubled up in Advanced search This patch removes the dupilcate 'Standard number' option under the more options of the opac advanced search correctly following updates from Katrin. TEST PLAN --------- 1) Set opacthemes system preference to bootstrap 2) In OPAC, click 'Advanced search' 3) Click 'More options' 4) Check the Keywords dropdown for duplicate 'Standard number' 5) Apply patch 6) Refresh page, and make sure 'More options' is clicked still 7) Check the Keywords dropdown for duplicate 'Standard number' -- it's not this time. Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt index c55eccc..d9b2d4b 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt @@ -84,7 +84,6 @@ [% ELSE %] [% END %] - [% IF ( numbersphr) %] @@ -392,4 +391,4 @@ }); //]]> -[% END %] \ No newline at end of file +[% END %] -- 1.8.3.2