Bugzilla – Attachment 26322 Details for
Bug 10936
Standardnumber doubled up in Advanced search - more options
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10936 - Standardnumber doubled up in Advanced search - more options
Bug-10936---Standardnumber-doubled-up-in-Advanced-.patch (text/plain), 2.48 KB, created by
Jesse Maseto
on 2014-03-13 21:21:37 UTC
(
hide
)
Description:
Bug 10936 - Standardnumber doubled up in Advanced search - more options
Filename:
MIME Type:
Creator:
Jesse Maseto
Created:
2014-03-13 21:21:37 UTC
Size:
2.48 KB
patch
obsolete
>From 11c169b27f31b367f260acd9ae2215aa6f996b45 Mon Sep 17 00:00:00 2001 >From: Jesse Maseto <jesse@bywatersolutions.com> >Date: Wed, 12 Mar 2014 08:12:13 -0400 >Subject: [PATCH] Bug 10936 - Standardnumber doubled up in Advanced search - more options > >Standard number is listed twice in advanced search, when more options are activated. > >Test Plan: >In the OPAC click on the advanced search option, then click add more options. You will see the "Standard Number" option twice in the drop down menu.Then: >Apply patch and the "Standard Number" option is correctly displayed once in the drop down menus. > >http://bugs.koha-community.org/show_bug.cgi?id=10936 >--- > .../bootstrap/en/modules/opac-advsearch.tt | 4 +--- > .../opac-tmpl/prog/en/modules/opac-advsearch.tt | 2 -- > 2 files changed, 1 insertions(+), 5 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..23fa1d5 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt >@@ -81,8 +81,6 @@ > [% IF ( expanded_options ) %] > [% IF ( numbersphr) %] > <option value="sn,phr">Standard number</option> >- [% ELSE %] >- <option value="sn">Standard number</option> > [% END %] > <option value="sn">Standard number</option> > <option value="nb"> ISBN</option> >@@ -392,4 +390,4 @@ > }); > //]]> > </script> >-[% END %] >\ No newline at end of file >+[% END %] >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tt >index 4c1c552..00693fe 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tt >@@ -114,8 +114,6 @@ > [% IF ( expanded_options ) %] > [% IF ( numbersphr) %] > <option value="sn,phr">Standard number</option> >- [% ELSE %] >- <option value="sn">Standard number</option> > [% END %] > <option value="sn">Standard number</option> > <option value="nb"> ISBN</option> >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 10936
:
26152
|
26167
|
26173
|
26322
|
26686
|
26698
|
27192
|
27744
|
28284
|
28285