Bugzilla – Attachment 15556 Details for
Bug 8845
Add ability search patrons by date of birth
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8845 - Add ability search patrons by date of birth
Bug-8845---Add-ability-search-patrons-by-date-of-b.patch (text/plain), 1.53 KB, created by
Kyle M Hall (khall)
on 2013-02-19 17:32:04 UTC
(
hide
)
Description:
Bug 8845 - Add ability search patrons by date of birth
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-02-19 17:32:04 UTC
Size:
1.53 KB
patch
obsolete
>From 1856e73db87c0d53d6773ed37a5d6029edcc15b4 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 28 Sep 2012 13:46:15 -0400 >Subject: [PATCH] Bug 8845 - Add ability search patrons by date of birth > >Adds the ability to search by dates of birth in iso format. > >Signed-off-by: Marc Veron <veron@veron.ch> > >Searched with following formats: YYYYMMDD , YYYY-MM-DD , YYYY.MM.DD >All searches are OK >--- > .../prog/en/includes/patron-search.inc | 3 ++- > 1 files changed, 2 insertions(+), 1 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 5023ba5..965cd4c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >@@ -13,10 +13,11 @@ > <label for="searchfields">Search fields:</label> > <select name="searchfields" id="searchfields"> > <option selected="selected" value=''>Standard</option> >- <option value='email,emailpro,B_email,'>Email</option> >+ <option value='email,emailpro,B_email'>Email</option> > <option value='borrowernumber'>Borrower number</option> > <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> > </select> > > <label for="searchtype">Search type:</label> >-- >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 8845
:
12601
|
12608
|
12639
|
14293
|
14367
|
14368
|
14392
|
14393
|
15556
|
15557
|
15558
|
18437
|
18438
|
18439
|
18508
|
18509
|
18510
|
18511