C4::Members::SearchMember - support attributes
authorGalen Charlton <galen.charlton@liblime.com>
Mon, 12 May 2008 13:32:52 +0000 (08:32 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 12 May 2008 14:03:04 +0000 (09:03 -0500)
commit5c1d14d8220b283401aa5242331b616e22d37069
treebf72ef063792f7177027cbf90259b1b3fef85979
parente30c9d00dde2fd25ad2ba8f953dc5d79b5cf2bbe
C4::Members::SearchMember - support attributes

Modified SearchMember() so that if the patron attributes
feature is on (i.e., ExtendedPatronAttributes is ON), it
is possible to search for patrons on any attributes whose
type is set as staff searchable.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Members.pm