patron attributes - staff search and display
authorGalen Charlton <galen.charlton@liblime.com>
Mon, 12 May 2008 13:32:56 +0000 (08:32 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 12 May 2008 14:03:09 +0000 (09:03 -0500)
commit944063b247aa2f1e31778c2804a9e89b856f9948
tree5903f51a439b7feaebcbea7b099b96e25cd6e472
parent477bbe4d15bb25c0178dd12b72cf93b719054929
patron attributes - staff search and display

If ExtendedPatronAttributes is ON, patron attributes
can be displayed and edited by staff members.

The patron attributes are displayed and edited
in a new section (step 4) of the patron details page.  Each
attribute is identified by its type (including type code
and type description) and value (included value description
if the attribute is controlled by an authorised value category).

Note: if, for a repeatable attribute type, the staff member
enters multiple copies of that type with the same value, duplicates
are removed when the patron record is saved.  Also, if the type
is repeatable, a JavaScript link allows the staff member to
create new attributes of that type.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl
members/memberentry.pl
members/moremember.pl