Bug 20838: Make Koha::Library::Group->all_libraries return a list of Koha::Libraries
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 30 May 2018 17:53:28 +0000 (14:53 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 5 Jun 2018 11:23:24 +0000 (12:23 +0100)
commitb0574a0062089a58299d570e93012823f873b273
tree954a44f34adc3e2de0f83742dbdaef4ba7916528
parent94eb0052ab6c7c3cbf847be7664c5fc661908870
Bug 20838: Make Koha::Library::Group->all_libraries return a list of Koha::Libraries

Instead of a list of Koha::Library::Group
Ideally it should be a Koh::Libraries iterator

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Library/Group.pm