Bug 10960

Summary: Holds Queue Report display loc code not description
Product: Koha Reporter: Ed Veal <edward.m.veal>
Component: CirculationAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: gmcharlt, gwilliams, kyle.m.hall, tomascohen
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:
Circulation function:
Attachments: Bug 10960 - Holds Queue Report display loc code not description
Bug 10960 - Holds Queue Report display loc code not description
[PASSED QA] Bug 10960 - Holds Queue Report display loc code not description

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 (tcohen) 2014-10-21 19:17:24 UTC
Patch pushed to master.

Thanks Owen!