Bug 8590

Summary: checked out from missing on patron detail
Product: Koha Reporter: Nicole C. Engard <nengard>
Component: CirculationAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Jonathan Druart <jonathan.druart>
Severity: normal    
Priority: P5 - low CC: chris, gmcharlt, jonathan.druart, kyle.m.hall, paul.poulain
Version: 3.8   
Hardware: All   
OS: All   
URL: cgi-bin/koha/members/moremember.pl?borrowernumber=53
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 8590 - checked out from missing on patron detail
[SIGNED-OFF] Bug 8590 - checked out from missing on patron detail

Description Nicole C. Engard 2012-08-07 19:21:43 UTC
When on the patron details tab it has a column for 'checked out from' but that's not populated.  If you look at the check out tab on it does show data in that column.
Comment 1 Owen Leonard 2012-08-07 20:09:46 UTC
Looks like the information stopped getting pulled by the script when it was modified for Bug 5549:

http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=f74da1e83442a730e2e56866f57b9f5aef93a3f5#patch3

-        $issue->[$i]{'issuingbranchname'} = GetBranchName($issue->[$i]{'branchcode'});
Comment 2 Owen Leonard 2012-08-07 20:11:30 UTC Comment hidden (obsolete)
Comment 3 Nicole C. Engard 2012-08-07 22:11:47 UTC
Created attachment 11429 [details] [review]
[SIGNED-OFF] Bug 8590 - checked out from missing on patron detail

Adding back the line in the script which pulls the name
of the branch where the item was checked out.

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Comment 4 Jonathan Druart 2012-08-09 08:12:03 UTC
QA Comments:
Works as expected, simple patch.
Marked as Passed QA
Comment 5 Chris Cormack 2012-08-09 09:24:17 UTC
Pushed to 3.8.x, will be in 3.8.4
Comment 6 Paul Poulain 2012-08-29 16:38:43 UTC
Patch pushed to master (already on stable, switching status accordingly)