Bug 6808 - Allow patron search by email address
Summary: Allow patron search by email address
Status: CLOSED DUPLICATE of bug 5945
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Sagar.B.R
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-30 05:05 UTC by Savitra Sirohi
Modified: 2012-10-26 00:40 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Savitra Sirohi 2011-08-30 05:05:24 UTC
Allow patron search by home email address in addition to existing name and cardnumber fields.
Comment 1 Nicole C. Engard 2011-08-30 13:03:00 UTC
This is/was possible in the patron search as it stands - if it's not possible anymore then there is a bug to be reported (or found).
Comment 2 Amit Gupta 2011-09-02 08:35:07 UTC
Nicole,
but the existing code is comment.

#($results)=Search(\@searchpatron,{surname=>1,firstname=>1},[$from,$to],undef,["firstname","surname","email","othernames"]  ) if (@searchpatron);

So it is not possible to search by patron email id.
Comment 3 Nicole C. Engard 2011-09-07 16:06:26 UTC

*** This bug has been marked as a duplicate of bug 5945 ***