Allow option to preserve Extended Attributes on patron import update.
authorJoe Atzberger <joe.atzberger@liblime.com>
Wed, 27 May 2009 18:38:58 +0000 (13:38 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Thu, 28 May 2009 11:50:39 +0000 (06:50 -0500)
commit82f362673c38bd99ae2664c3e919a62ec367675a
tree1249354c74dc1a573759640fff042363e740ab88
parent38b3eacde0fa8045e87bf158d8c803aed4389380
Allow option to preserve Extended Attributes on patron import update.

Essentially, this patch provides the option to overwrite only matching
Extended Attributes, instead of all of them, treating the ext. fields more
like normal fields.

Several functions added to Members::Attributes with corresponding tests.

[ LL ref. 342 ]

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Members/AttributeTypes.pm
C4/Members/Attributes.pm
koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tmpl
t/Members_Attributes.t [new file with mode: 0755]
tools/import_borrowers.pl