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)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 30 Aug 2018 13:40:37 +0000 (13:40 +0000)
commit3795141f54991e0a4c95629754ac2759330ed2e6
tree361dd495fad81c266c36fc4ec2cd05ab28fa88c7
parent63ab5dd3e9f6a1ef14e165260eafe0303d0bb735
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>
C4/Overdues.pm