Bugzilla – Attachment 60503 Details for
Bug 16735
Replace existing library search groups functionality with the new hierarchical groups system
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16735 - Filter individual libraries from search group pulldown
Bug-16735---Filter-individual-libraries-from-searc.patch (text/plain), 1.18 KB, created by
Kyle M Hall (khall)
on 2017-02-21 13:39:56 UTC
(
hide
)
Description:
Bug 16735 - Filter individual libraries from search group pulldown
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2017-02-21 13:39:56 UTC
Size:
1.18 KB
patch
obsolete
>From e371ef60bf6a3c8a75604fe82fb053a0aa895614 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 21 Feb 2017 13:36:22 +0000 >Subject: [PATCH] Bug 16735 - Filter individual libraries from search group > pulldown > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt >index 1889880..708b6a8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt >@@ -267,7 +267,9 @@ > <select name="multibranchlimit" id="categoryloop"> > <option value=""> -- none -- </option> > [% FOREACH sg IN search_groups %] >- <option value="[% sg.id %]">[% sg.title %]</option> >+ [% UNLESS sg.branchcode %] >+ <option value="[% sg.id %]">[% sg.title %]</option> >+ [% END %] > [% END %] > </select> > </p> >-- >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 16735
:
52732
|
52733
|
52734
|
52735
|
57098
|
57099
|
57100
|
57101
|
58087
|
58088
|
58089
|
58090
|
60497
|
60498
|
60499
|
60500
|
60501
|
60502
|
60503
|
60772
|
60773
|
60774
|
60775
|
60776
|
60777
|
60778
|
60779
|
65658
|
65659
|
65660
|
65661
|
65662
|
65663
|
65664
|
65665
|
69533
|
69534
|
69535
|
69536
|
69537
|
69538
|
69539
|
69540
|
69541
|
69684
|
69685
|
69686
|
69687
|
69688
|
69689
|
69690
|
69691
|
69692
|
69693
|
69694
|
71386
|
71393