Bug 15628: Remove get_branchinfos_of vestiges
commitc13bacfde05d7f40e2da80367d90fc4b30918e4b
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 20 Jan 2016 11:28:54 +0000 (20 11:28 +0000)
committerFrédéric Demians <f.demians@tamil.fr>
Sat, 20 Feb 2016 07:39:19 +0000 (20 08:39 +0100)
tree9bf11ed1d89cdd3a794d1ccaccc1c42d06424aa9
parentcf71b93d91cfc01f3876bd3558eeb7d80a4746e6
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>
(cherry picked from commit cd0b768bd0f9fe7fa373f72d74bc20357695bdf5)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
C4/Branch.pm
t/db_dependent/Branch.t