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)
committerJulian Maurice <julian.maurice@biblibre.com>
Thu, 4 Feb 2016 21:29:05 +0000 (22:29 +0100)
commitcd0b768bd0f9fe7fa373f72d74bc20357695bdf5
tree9a9018838b0be9ff20973d2e7b8889a97dc3e5cf
parent9c1c9285a84d9341432188258ea56ab5e88a434b
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>
(cherry picked from commit 7dc0c67640904a19a73e58c6af330af50d6d16d6)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
C4/Branch.pm
t/db_dependent/Branch.t