Bug 16844

Summary: 1 occurrence of GetMemberRelatives has not been removed
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: f.demians, julian.maurice, kyle, veron
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 15656    
Bug Blocks:    
Attachments: Bug 16844: (follow-up of 15656) Remove export of GetMemberRelatives from C4::Members
Bug 16844: (follow-up of 15656) Remove export of GetMemberRelatives from C4::Members
[PASSED QA] Bug 16844: (follow-up of 15656) Remove export of GetMemberRelatives from C4::Members

Description Jonathan Druart 2016-07-04 11:24:49 UTC
Bug 15656 removed the C4::Members::GetMemberRelatives subroutine but the module still exports it.
Comment 1 Jonathan Druart 2016-07-04 11:27:09 UTC Comment hidden (obsolete)
Comment 2 Marc Véron 2016-07-04 13:55:59 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2016-07-11 21:34:07 UTC
Created attachment 53287 [details] [review]
[PASSED QA] 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>
Comment 4 Kyle M Hall 2016-07-15 15:03:14 UTC
Pushed to master for 16.11, thanks Jonathan!
Comment 5 Frédéric Demians 2016-08-01 13:40:00 UTC
Pushed in 16.05. Will be in 16.05.02.
Comment 6 Julian Maurice 2016-08-17 10:48:10 UTC
Not needed in 3.22.x