Bug 18403: Add new method Koha::Library->library_group
commit6e14fd52761f709f0644fe3a59700895cb1e7f87
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 6 Apr 2017 19:09:46 +0000 (6 16:09 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 12 Feb 2018 18:41:36 +0000 (12 15:41 -0300)
treed77960d65a559575ceb165aaee6f47848a9419e6
parent95d0a17e8b873c493f099fc69772e4c50908a21c
Bug 18403: Add new method Koha::Library->library_group

This is more a follow-up for bug 15707. It could be moved on its own bug report
if necessary.

Test plan:
  prove t/db_dependent/LibraryGroups.t
should return green

Signed-off-by: Signed-off-by: Jon McGowan <jon.mcgowan@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Library.pm
t/db_dependent/LibraryGroups.t