From: Jesse Maseto Date: Fri, 28 Mar 2014 15:02:18 +0000 (-0400) Subject: Bug 10936: remove duplicate 'Standard number' option in Advanced search X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=8cf9be4f10c7c22ebec797dc57ffe1e37eb6f171;p=koha_fer Bug 10936: remove duplicate 'Standard number' option in Advanced search This patch removes the duplicate '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 Signed-off-by: Galen Charlton --- 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 c55ecccd98..d9b2d4b208 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 %]