Bug 15813

Summary: Fix list-context call to ...->guarantor in opac-memberentry.pl
Product: Koha Reporter: Jesse Weaver <jweaver>
Component: OPACAssignee: Jesse Weaver <jweaver>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: brendan, jonathan.druart
Version: master   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18179
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 9303    
Bug Blocks: 14658    
Attachments: Bug 15813: Fix list-context call to ...->guarantor in opac-memberentry.pl
Bug 15813: Fix list-context call to ...->guarantor in opac-memberentry.pl

Description Jesse Weaver 2016-02-12 22:31:55 UTC

    
Comment 1 Jesse Weaver 2016-02-12 22:35:26 UTC Comment hidden (obsolete)
Comment 2 Jonathan Druart 2016-02-15 16:42:20 UTC
Created attachment 48068 [details] [review]
Bug 15813: Fix list-context call to ...->guarantor in opac-memberentry.pl

(was: Bug 14658: (followup) fix issue with list context on DBIC call)

While working on bug 14659, it was discovered that the call to
...->guarantor in list context will cause the hash to be misaligned if
there is no guarantor.

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 3 Jonathan Druart 2016-02-15 16:42:43 UTC
Skipping QA.
Thanks Jesse!
Comment 4 Brendan Gallagher 2016-02-24 03:39:53 UTC
nice one.  Pushed to Master - should be in the May 2016 release. Cheers