Bug 15671 - Show branch name instead of branch code in checkout history
Summary: Show branch name instead of branch code in checkout history
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-26 15:07 UTC by Katrin Fischer
Modified: 2017-06-14 22:10 UTC (History)
2 users (show)

See Also:
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 (1.75 KB, patch)
2016-02-17 23:35 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 15671 - Show branch name instead of branch code in checkout history (1.85 KB, patch)
2016-02-18 17:13 UTC, Marc Véron
Details | Diff | Splinter Review
Bug 15671 - Show branch name instead of branch code in checkout history (1.92 KB, patch)
2016-02-22 11:14 UTC, Jonathan Druart
Details | Diff | Splinter Review

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