Bug 17755: Introduce Koha::Patron::Attribute::Type(s)
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 31 Oct 2016 18:09:43 +0000 (15:09 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 24 Mar 2017 18:32:44 +0000 (18:32 +0000)
commita39fbd78e61d62b680f7e592effc903e344a928f
treed31b7a439c6aa381fe4b017d722f3d4d2bfda972
parent62249ff5734819a148bff267855b570387ea231a
Bug 17755: Introduce Koha::Patron::Attribute::Type(s)

This patch introduces the Koha::Object-based classes for handling
patron attribute types.

It also adds branch limitation handling to the
Koha::Patron::Attribute::Type class.

It is built on top of the new Koha::Object::Library::Limit class
that extends Koha::Object so it handles library limits.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/Patron/Attribute/Type.pm [new file with mode: 0644]
Koha/Patron/Attribute/Types.pm [new file with mode: 0644]