Bug 16844: (follow-up of 15656) Remove export of GetMemberRelatives from C4::Members
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 4 Jul 2016 11:25:16 +0000 (12:25 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 15 Jul 2016 15:03:00 +0000 (15:03 +0000)
commit24a32e975c964caa99bc9f8ebe31f7bd53cdd13e
tree1a58a9a3163b7bcd7fa540aee08ca8713fbcc2e7
parente9b6a5e31e1bc225a6e620dcefbd9545bb6d98bf
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>
C4/Members.pm