Bugzilla – Attachment 20831 Details for
Bug 10834
Add Sort 1 and Sort 2 to list of searchable patron fields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10834 - Add Sort 1 and Sort 2 to list of searchable patron fields
Bug-10834---Add-Sort-1-and-Sort-2-to-list-of-searc.patch (text/plain), 1.43 KB, created by
Kyle M Hall (khall)
on 2013-09-06 16:57:42 UTC
(
hide
)
Description:
Bug 10834 - Add Sort 1 and Sort 2 to list of searchable patron fields
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-09-06 16:57:42 UTC
Size:
1.43 KB
patch
obsolete
>From 19d9a47d753cef8c77fd03a544219184457732ed Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 6 Sep 2013 12:54:40 -0400 >Subject: [PATCH] Bug 10834 - Add Sort 1 and Sort 2 to list of searchable patron fields > >Some libraries would like to be able to search on the sort1 and sort2 >fields of patron records. > >Test Plan: >1) Apply this patch >2) Add various values for sort1 and sort2 some patrons >3) Browse to members-home.pl >4) Run searches on sort1 and sort2 >--- > .../prog/en/includes/patron-search.inc | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >index be49b95..ffe24ed 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >@@ -20,6 +20,8 @@ > <option value='phone,phonepro,B_phone,altcontactphone,mobile'>Phone number</option> > <option value='streettype,address,address2,city,state,zipcode,country'>Street Address</option> > <option value='dateofbirth'>Date of birth</option> >+ <option value='sort1'>Sort field 1</option> >+ <option value='sort2'>Sort field 2</option> > </select> > <script type="text/javascript"> > [% SET dateformat = Koha.Preference('dateformat') %] >-- >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 10834
:
20831
|
23793
|
23803