Bug 27272 is going to remove C4::Items::GetItemsInfo in favour of Koha::Items->search_ordered. Here we are going to deal with moredetail
Created attachment 138824 [details] [review] Bug 31315: Remove GetHostItemsInfo and GetItemsInfo from moredetail Bug 27272 is going to remove C4::Items::GetItemsInfo in favour of Koha::Items->search. Here we are going to deal with catalogue/moredetail Test plan: List items on the modified view and confirm that all the info is displayed correctly
Created attachment 138897 [details] [review] Bug 31315: Remove GetHostItemsInfo and GetItemsInfo from moredetail Bug 27272 is going to remove C4::Items::GetItemsInfo in favour of Koha::Items->search. Here we are going to deal with catalogue/moredetail Test plan: List items on the modified view and confirm that all the info is displayed correctly Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Item type field shows after this patch only the itemtype code, not the description.
Created attachment 139926 [details] [review] Bug 31315: Remove GetHostItemsInfo and GetItemsInfo from moredetail Bug 27272 is going to remove C4::Items::GetItemsInfo in favour of Koha::Items->search. Here we are going to deal with catalogue/moredetail Test plan: List items on the modified view and confirm that all the info is displayed correctly Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Created attachment 139927 [details] [review] Bug 31315: (QA follow-up) Show itemtype description instead of database code This restores the previous definition for itype that displayed the description instead of itemtype. Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Pushed to master for 22.11. Nice work everyone, thanks!
Enhancement will not be included in 22.05.x series