Displaying the Item Type will allow easier finding of the item to be picked; it will also immediately show when restricted item types are being selected in error.
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!