Bugzilla – Attachment 55565 Details for
Bug 17300
Serials search does not return any results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17300: Fix serials search
Bug-17300-Fix-serials-search.patch (text/plain), 1.37 KB, created by
Marc Véron
on 2016-09-14 14:03:14 UTC
(
hide
)
Description:
Bug 17300: Fix serials search
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2016-09-14 14:03:14 UTC
Size:
1.37 KB
patch
obsolete
>From 93cb1c2c32d7caa3736da2fb342a36cd1f24c52f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 14 Sep 2016 14:41:20 +0100 >Subject: [PATCH] Bug 17300: Fix serials search > >Since bug 16157, the location value is always "All" and the serial >search won't return anything. > >Test plan: >Search for some serials. >Without this patch, it won't return any results >With this patch applied, the result search should be consistent > >Reproduced with serial's "Advanced search" and search filter in >left hand column. Fixed by this patch. >Signed-off-by: Marc <veron@veron.ch> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/av-build-dropbox.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/av-build-dropbox.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/av-build-dropbox.inc >index b2d754e..adc9a17 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/av-build-dropbox.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/av-build-dropbox.inc >@@ -17,7 +17,7 @@ > > [% IF avs %] > <select id="[% name %]" name="[% name %]" class="[% class %]" > >- [% IF all %]<option value="All">All</option>[% END %] >+ [% IF all %]<option value="">All</option>[% END %] > [% FOR av IN avs %] > [% IF av.default %] > <option value="[% av.value %]" selected="selected">[% av.label | html_entity %]</option> >-- >2.1.4
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 17300
:
55562
|
55565
|
55566
|
55644