http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12833
--- Comment #2 from Kyle M Hall <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
