Bug 17792: Introduce Koha::Patron::Attribute(s)
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 21 Dec 2016 15:53:07 +0000 (12:53 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 24 Mar 2017 18:44:02 +0000 (18:44 +0000)
commit9812c8b26e9886f0a7a79bbcefba1ac91ec7ed79
tree6fbc400bb1f72192ea05eb63301fc367b78ea445
parent382d086ecdb220f882382bbb58b0121d0604d684
Bug 17792: Introduce Koha::Patron::Attribute(s)

This patch introduces stub Koha::Object(s) for handling patron attributes.

Edit: amended the POD to fix C&p mistake

Signed-off-by: Nick Clemens <nick@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.pm [new file with mode: 0644]
Koha/Patron/Attributes.pm [new file with mode: 0644]