Bug 15628: Remove get_branchinfos_of vestiges
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 20 Jan 2016 11:28:54 +0000 (11:28 +0000)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Wed, 27 Jan 2016 05:31:01 +0000 (05:31 +0000)
commit7dc0c67640904a19a73e58c6af330af50d6d16d6
treeaf1e3a310c40fd2022e1577e2f0b163ed0dd3cfa
parent0867ca53d689108475d2bdba94712d6839db928f
 Bug 15628: Remove get_branchinfos_of vestiges

The C4::Branch::get_branchinfos_of subroutine has been removed by bug
7034, but 2 occurrences have been left

git grep get_branchinfos_of
C4/Branch.pm:           &get_branchinfos_of
t/db_dependent/Branch.t:      get_branchinfos_of

Test plan:
  git grep get_branchinfos_of
should not return any occurrences.

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Vestiges removed

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