Bug 15813 - Fix list-context call to ...->guarantor in opac-memberentry.pl
Summary: Fix list-context call to ...->guarantor in opac-memberentry.pl
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: master
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Jesse Weaver
QA Contact: Testopia
URL:
Keywords:
Depends on: 9303
Blocks: 14658
  Show dependency treegraph
 
Reported: 2016-02-12 22:31 UTC by Jesse Weaver
Modified: 2017-12-07 22:18 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 15813: Fix list-context call to ...->guarantor in opac-memberentry.pl (1.13 KB, patch)
2016-02-12 22:35 UTC, Jesse Weaver
Details | Diff | Splinter Review
Bug 15813: Fix list-context call to ...->guarantor in opac-memberentry.pl (1.20 KB, patch)
2016-02-15 16:42 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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