Bug 21207: Remove unused RM C4::Overdues::GetItems sub
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 6 Aug 2018 22:42:20 +0000 (19:42 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 5 Sep 2018 10:40:54 +0000 (11:40 +0100)
commite9f859c0e433d3cf3c0123432787a5801fa5a7d7
tree1c26fd7004c934828cab172d9eaf994ff0e74128
parentacba1272764455af6164daa8e9246561b7b41bd3
Bug 21207: Remove unused RM C4::Overdues::GetItems sub

Test plan:
  git grep GetItems
  | grep -v GetItemsInCollection
  | grep -v GetItemsForInventory
  | grep -v GetItemsInfo
  | grep -v GetItemsLocationInfo
  | grep -v GetItemsAvailable
  | grep -v GetItemsByBiblioitemnumber

should not return any occurrences of code in perl scripts

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 3795141f54991e0a4c95629754ac2759330ed2e6)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Overdues.pm