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.
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'});
Created attachment 11428 [details] [review] 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.
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>
QA Comments: Works as expected, simple patch. Marked as Passed QA
Pushed to 3.8.x, will be in 3.8.4
Patch pushed to master (already on stable, switching status accordingly)