Bug 17091: In a first phase, restrict the usage of AUTOLOAD in Koha::Objects
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 9 Aug 2016 15:34:15 +0000 (16:34 +0100)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Tue, 11 Oct 2016 03:43:15 +0000 (03:43 +0000)
commit38eee216aef7160d3e60662770a24c10ec9752f6
tree14dc493770e37598cc8ab18bc6c2859e4a7f3a35
parentc253af2e519570c4024891dc4d1e81743a2c5fc2
Bug 17091: In a first phase, restrict the usage of AUTOLOAD in Koha::Objects

To make sure the methods will be covered by tests and devs won't
overused this method, I think it may be a good idea to restrict its
usage.

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
AUTOLOAD added. No Koha QA errors. Test passed successfully

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
Koha/Objects.pm
t/db_dependent/Koha/Objects.t