new C4 modules for patron attributes
authorGalen Charlton <galen.charlton@liblime.com>
Mon, 12 May 2008 13:32:49 +0000 (08:32 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 12 May 2008 14:03:00 +0000 (09:03 -0500)
commitd75cc041f6be14314dd6233671bce9d0861894ad
treed6c67d663b10625fa1ef9828235c013ac068fbd2
parent6fc62bcd321eddb0fd3ae46903e9ab6c8b1db2cd
new C4 modules for patron attributes

Two new modules to support patron attributes:

- C4::Members::AttributeTypes

  OO-module for managing patron attribute types.

- C4::Members::Attributes

  Procedural module for retrieving and setting
  extended attributes belonging to a patron.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Members/AttributeTypes.pm [new file with mode: 0644]
C4/Members/Attributes.pm [new file with mode: 0644]
t/lib/KohaTest/Members/AttributeTypes.pm [new file with mode: 0644]