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)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 4 Jun 2018 17:40:36 +0000 (13:40 -0400)
commitde32d9d3e2a3371665365a0a6d8a4343f6978940
treeb0117dfa73bcbb8cdd905dfffa7bc5335a972451
parente5896f56837bdea7a98e7f5ac4c278e7d8fe76f3
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>
Koha/Library/Group.pm