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> Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
e294defc29
commit
8fea58467f
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue