Bug 18938

Summary: opac/svc/patron_notes and opac/opac-issue-note.pl use GetMember
Product: Koha Reporter: Mark Tompsett <mtompset>
Component: OPACAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: major    
Priority: P5 - low CC: fridolin.somers, jonathan.druart, katrin.fischer
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: 17829    
Bug Blocks:    
Attachments: Bug 18938: (bug 17829 follow-up) Replace 2 occurrences of GetMember left behind

Description Mark Tompsett 2017-07-14 03:18:44 UTC
C4::Members::GetMember no longer exists. This means this code is broken. I believe 17829 is why it no longer exists.
Comment 1 Jonathan Druart 2017-07-14 15:20:46 UTC
Created attachment 65057 [details] [review]
Bug 18938: (bug 17829 follow-up) Replace 2 occurrences of GetMember left behind

Between patch submission and push, 2 new occurrences appeared in the
codebase.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 2 Jonathan Druart 2017-07-14 15:33:59 UTC
Pushed to master for 17.11, thanks to everybody involved!
Comment 3 Fridolin Somers 2017-07-18 14:12:20 UTC
Pushed to 17.05.x, will be in 17.05.02
Comment 4 Fridolin Somers 2017-07-18 14:38:07 UTC
Oups, dependency is not in 17.05.x so I revert : 

Enhancement not pushed to 17.05.x
Comment 5 Katrin Fischer 2017-07-19 21:22:41 UTC
GetMember is still alive in 16.11.x, this is not needed there.