Bug 10960 - Holds Queue Report display loc code not description
Summary: Holds Queue Report display loc code not description
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-27 15:08 UTC by Ed Veal
Modified: 2015-06-04 23:33 UTC (History)
4 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 10960 - Holds Queue Report display loc code not description (2.75 KB, patch)
2014-09-30 14:42 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 10960 - Holds Queue Report display loc code not description (2.77 KB, patch)
2014-10-16 13:55 UTC, Chris Cormack
Details | Diff | Splinter Review
[PASSED QA] Bug 10960 - Holds Queue Report display loc code not description (2.88 KB, patch)
2014-10-16 14:24 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Veal 2013-09-27 15:08:18 UTC
The holds queue report is displaying the loc code in the call number column rather than the description. This can be very confusion depending on the codes a library is using. 

I found this in 3.10 as well as 3.12

Ed
Comment 1 Owen Leonard 2014-09-30 14:42:17 UTC Comment hidden (obsolete)
Comment 2 Chris Cormack 2014-10-16 13:55:47 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2014-10-16 14:24:31 UTC
Created attachment 32418 [details] [review]
[PASSED QA] Bug 10960 - Holds Queue Report display loc code not description

The holds queue report shows codes for item shelving location and for
library transfer location. This patch adds template plugin handling of
both these fields to display their full description.

To test, make sure you have one or more items in your holds queue which
have a shelving location. Rebuild your holds queue if necessary and view
it. Items which have a shelving location should show the description
instead of the code. The "send to" column should show the library name
instead of code.

Signed-off-by: Chris <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Works as described, making use of the TT plugins.
Comment 4 Tomás Cohen Arazi 2014-10-21 19:17:24 UTC
Patch pushed to master.

Thanks Owen!