Bug 15629: Koha::Libraries - Remove GetBranchesInCategory (3)
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 20 Jan 2016 11:22:19 +0000 (11:22 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Wed, 24 Feb 2016 03:55:06 +0000 (03:55 +0000)
commitf4d6c1cd50702011d72ac8cea76065fe319588ba
tree5758ecf6899eece43a3ba2978aac8d91654f8349
parent0c7d6db8d7ed1f7158a7210bd0e6f916f720a842
Bug 15629: Koha::Libraries - Remove GetBranchesInCategory (3)

C4::Branch::GetBranchesInCategory is not used anymore and can be
removed.

Test plan:
  git grep GetBranchesInCategory
should not return any result.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
C4/Branch.pm
t/db_dependent/Branch.t