Bug 27272 is going to remove C4::Items::GetItemsInfo in favour of Koha::Items->search_ordered. Here we are going to deal with serials/routing-preview
Created attachment 138828 [details] [review] Bug 31318: Remove GetItemsInfo from serials/routing-preview Bug 27272 is going to remove C4::Items::GetItemsInfo in favour of Koha::Items->search_ordered. Here we are going to deal with serials/routing-preview Test plan: List items on the modified view and confirm that all the info is displayed correctly
Created attachment 138901 [details] [review] Bug 31318: Remove GetItemsInfo from serials/routing-preview Bug 27272 is going to remove C4::Items::GetItemsInfo in favour of Koha::Items->search_ordered. Here we are going to deal with serials/routing-preview 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>
This code is actually broken, see bug 2894 and friends. I don't think we should block this patch because if this long standing bug.
Created attachment 138976 [details] [review] Bug 31318: Remove GetItemsInfo from serials/routing-preview Bug 27272 is going to remove C4::Items::GetItemsInfo in favour of Koha::Items->search_ordered. Here we are going to deal with serials/routing-preview 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: Nick Clemens <nick@bywatersolutions.com>
Pushed to master for 22.11. Nice work everyone, thanks!