Bug 27272 is going to remove C4::Items::GetItemsInfo in favour of Koha::Items->search_ordered. Here we are going to deal with basket/basket.pl
Created attachment 138816 [details] [review] Bug 31308: Remove GetItemsInfo from basket/basket Bug 27272 is going to remove C4::Items::GetItemsInfo in favour of Koha::Items->search_ordered. Here we are going to deal with basket/basket.pl Test plan: List items on the modified view and confirm that all the info is displayed correctly
Created attachment 138841 [details] [review] Bug 31308: Remove GetItemsInfo from basket/basket Bug 27272 is going to remove C4::Items::GetItemsInfo in favour of Koha::Items->search_ordered. Here we are going to deal with basket/basket.pl 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>
Created attachment 138977 [details] [review] Bug 31308: Remove GetItemsInfo from basket/basket Bug 27272 is going to remove C4::Items::GetItemsInfo in favour of Koha::Items->search_ordered. Here we are going to deal with basket/basket.pl 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>
Created attachment 138978 [details] [review] Bug 31308: (QA follow-up) use count to see if no items present Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Pushed to master for 22.11. Nice work everyone, thanks!
Missing dependencies for 22.05.x, no backport