Bug 8590 - checked out from missing on patron detail
Summary: checked out from missing on patron detail
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: 3.8
Hardware: All All
: P5 - low normal (vote)
Assignee: Owen Leonard
QA Contact: Jonathan Druart
URL: cgi-bin/koha/members/moremember.pl?bo...
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-07 19:21 UTC by Nicole C. Engard
Modified: 2013-12-05 19:59 UTC (History)
5 users (show)

See Also:
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 (1017 bytes, patch)
2012-08-07 20:11 UTC, Owen Leonard
Details | Diff | Splinter Review
[SIGNED-OFF] Bug 8590 - checked out from missing on patron detail (1.04 KB, patch)
2012-08-07 22:11 UTC, Nicole C. Engard
Details | Diff | Splinter Review

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