Summary: | Add Item Type column to Holds Queue report | ||
---|---|---|---|
Product: | Koha | Reporter: | Mickey Coalwell <mcoalwell> |
Component: | Hold requests | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Jonathan Druart <jonathan.druart> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | gmcharlt, jonathan.druart, melia, smoreland, tomascohen, wizzyrea |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 8215 | ||
Bug Blocks: | |||
Attachments: |
Bug 5825 - Add Item Type column to Holds Queue report
[Signed off] Bug 5825 - Add item type column to holds queue Bug 5825 - Add Item Type column to Holds Queue report |
Description
Mickey Coalwell
2011-03-03 17:40:34 UTC
We can show callnumber and collection, but itemtype is still missing. Created attachment 20195 [details] [review] Bug 5825 - Add Item Type column to Holds Queue report The hold queue report shows collection code but not item type. This patch adds it. Also added is use of the KohaAuthorisedValues template plugin to display the collection code description instead of code. To test, apply the patch and view the holds queue. There should be a new item type column showing an item type description for each row. The collection column should now show the collection description instead of code. Created attachment 20257 [details] [review] [Signed off] Bug 5825 - Add item type column to holds queue After applying this patch, I can now see a column for Item Type on the Holds Queue report. I can also see the description of the correct collection code in the Collection column. Created attachment 20419 [details] [review] Bug 5825 - Add Item Type column to Holds Queue report The hold queue report shows collection code but not item type. This patch adds it. Also added is use of the KohaAuthorisedValues template plugin to display the collection code description instead of code. To test, apply the patch and view the holds queue. There should be a new item type column showing an item type description for each row. The collection column should now show the collection description instead of code. Signed-off-by: Melia Meggs <melia@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Simple patch, add a new column. Marked as Passed QA. Pushed to master, along with two follow-ups: one that adds a regression test, and another that makes it respect the item-level_itypes system preference. Thanks, Owen! |