Bug 16844: (follow-up of 15656) Remove export of GetMemberRelatives from C4::Members
commit2819c2edcce504aa6425836b376abacd2ff4673f
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 4 Jul 2016 11:25:16 +0000 (4 12:25 +0100)
committerFrédéric Demians <f.demians@tamil.fr>
Mon, 1 Aug 2016 11:31:21 +0000 (1 13:31 +0200)
treeef6d244e7b4cfc495be30e9f5a5ef9f660bffeb1
parent4fa7e90b0e650cd5e9e33a708b89052238197f30
Bug 16844: (follow-up of 15656) Remove export of GetMemberRelatives from C4::Members

Bug 15656 removed the C4::Members::GetMemberRelatives subroutine but the
module still exports it.

Test plan:
  git grep GetMemberRelatives
should not return any results.

Signed-off-by: Marc Véron <veron@veron.ch>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 24a32e975c964caa99bc9f8ebe31f7bd53cdd13e)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
C4/Members.pm