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)
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

index 8d3df66..2ba69a3 100644 (file)
@@ -60,7 +60,6 @@ BEGIN {
     push @EXPORT, qw(
         &Search
         &GetMemberDetails
-        &GetMemberRelatives
         &GetMember
 
         &GetMemberIssuesAndFines