Bug 19055: Remove C4::Reserves::GetReservesToBranch
commit319f5f67aaa056952ecc9a4500fa52627db4fdcc
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 7 Aug 2017 20:25:15 +0000 (7 17:25 -0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 3 Oct 2017 08:13:04 +0000 (3 10:13 +0200)
treeb23b42f4e7daea20413349679f490cc2aee97dd4
parent5a132e1c3fb19d232b51e7ae68e468ddf81c6d8b
Bug 19055: Remove C4::Reserves::GetReservesToBranch

This subroutine is no longer in used and can be removed

Test plan:
  git grep GetReservesToBranch
must not return any results

Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 9cc7268362219e39b22aebb03a83e013f467d93a)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Reserves.pm