Bugzilla – Attachment 12601 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.44 KB, created by
Kyle M Hall (khall)
on 2012-09-28 17:48:27 UTC
(
hide
)
Description:
Bug 8845 - Add ability search patrons by date of birth
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-09-28 17:48:27 UTC
Size:
1.44 KB
patch
obsolete
>From 72c72475a4eb9289016382db6c3046dc80a1e03a 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 >Content-Type: text/plain; charset="utf-8" > >Adds the ability to search by dates of birth in iso format. >--- > .../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 880c34c..1881d57 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="orderby">Order by:</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