Bug 17824: Remove C4::Members::GetBorrowersWhoHaveNeverBorrowed
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 28 Dec 2016 18:19:34 +0000 (18:19 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 20 Jan 2017 14:24:09 +0000 (14:24 +0000)
commit42bef19fe9794394ff89eb864fd656295b5e60df
tree078e7cbc9a628b225eafc953c04b3fdbe90ef9cc
parente429db4746f4ea53abe4e271afd6adb43b54c5d8
Bug 17824: Remove C4::Members::GetBorrowersWhoHaveNeverBorrowed

This subroutine is no longer in used and can be removed.

Test plan:
  git grep GetBorrowersWhoHaveNeverBorrowed
must not return any results

NOTE: grep -i getborrowerswhohave `find . -type f`
      works well enough to find the cleanborrowers.pl too.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Members.pm
tools/cleanborrowers.pl