28 Aug
2014
28 Aug
'14
1:15 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12833 --- Comment #2 from Kyle M Hall <kyle@bywatersolutions.com> --- Patron attributes should be part of the default patron search. The way to fix this is to remove the database queries from C4::Utils::DataTables::Members::search and use a call to C4::Members::Search instead. (In reply to Jonathan Druart from comment #1)
I don't know how to fix that. When should we search on the patron attributes? If the search is done on the birth date, I suppose we don't want. Should we add a "patron attributes" input in the search form?
-- You are receiving this mail because: You are watching all bug changes.