Summary: | Holds Queue Report display loc code not description | ||
---|---|---|---|
Product: | Koha | Reporter: | Ed Veal <edward.m.veal> |
Component: | Circulation | Assignee: | 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
Created attachment 31949 [details] [review] 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. Created attachment 32412 [details] [review] 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> 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. Patch pushed to master. Thanks Owen! |