Bugzilla – Attachment 18508 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.77 KB, created by
Jonathan Druart
on 2013-05-30 10:16:23 UTC
(
hide
)
Description:
Bug 8845 - Add ability search patrons by date of birth
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-05-30 10:16:23 UTC
Size:
1.77 KB
patch
obsolete
>From 683d4c4ed456d65ced8e2f3128c3f6c1b5c1f71f 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 > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 fba263e..fc809ba 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >@@ -8,7 +8,6 @@ > <span class="filteraction" id="filteraction_off"> <a href="#" onclick="$('#filters').toggle();$('.filteraction').toggle();">[-]</a></span> > <span class="filteraction" id="filteraction_on"> <a href="#" onclick="$('#filters').toggle();$('.filteraction').toggle();">[+]</a></span> > >- > <input value="Search" class="submit" type="submit" /> > > <div id="filters"> >@@ -19,6 +18,7 @@ > <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></p> > <p><label for="searchtype">Search type:</label> > <select name="searchtype" id="searchtype"> >-- >1.7.10.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 8845
:
12601
|
12608
|
12639
|
14293
|
14367
|
14368
|
14392
|
14393
|
15556
|
15557
|
15558
|
18437
|
18438
|
18439
| 18508 |
18509
|
18510
|
18511