Bug 15671

Summary: Show branch name instead of branch code in checkout history
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: brendan, veron
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 15671 - Show branch name instead of branch code in checkout history
Bug 15671 - Show branch name instead of branch code in checkout history
Bug 15671 - Show branch name instead of branch code in checkout history

Description Katrin Fischer 2016-01-26 15:07:29 UTC
It would be nice if the checkouts history (staff > detail page > checkouts history) showed the branch name instead of the branch code.
Comment 1 Owen Leonard 2016-02-17 23:35:27 UTC Comment hidden (obsolete)
Comment 2 Marc Véron 2016-02-18 17:13:25 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2016-02-22 11:14:56 UTC
Created attachment 48275 [details] [review]
Bug 15671 - Show branch name instead of branch code in checkout history

When viewing the checkout history for a title the branchcode is
displayed. This patch alters the template to show the library name
instead.

To test, apply the patch and locate a title in the staff client which
has been checked out at least once. From the detail page, click
"Checkout history" in the sidebar. The "Checked out from" column of the
checkout history table should show the library name instead of the
branchcode.

Works as expected.
Signed-off-by: Marc Véron <veron@veron.ch>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 4 Brendan Gallagher 2016-02-24 03:55:32 UTC
Pushed to Master - Should be in the May 2016 release.  Thanks