Bug 15295: Koha::Libraries - Remove GetBranchesCount
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 3 Dec 2015 14:47:50 +0000 (14:47 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Thu, 14 Jan 2016 15:45:31 +0000 (15:45 +0000)
commit61ba35c2b33c4f7aedaf1701814f3c783c54a19c
treeda3405d0c59769cdf29524cd1ddb73b3f8c05bf1
parent5881da0bb4aa5683b8346bc2f1f7023cd267e693
Bug 15295: Koha::Libraries - Remove GetBranchesCount

This is replaced with Koha::Libraries->search->count.

Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
http://bugs.koha-community.org/show_bug.cgi?id=15294

Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
C4/Branch.pm
C4/Koha.pm
t/db_dependent/Branch.t