Summary: | checked out from missing on patron detail | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | Circulation | Assignee: | 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 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
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
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) |