Bug 31310: Remove GetItemsInfo from catalogue/imageviewer
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 2 Jun 2022 09:34:46 +0000 (11:34 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 16 Aug 2022 12:22:47 +0000 (09:22 -0300)
commit86796446359e51a389634cb3f3822d3b792724ae
treee555c4ee7d9c5a8cf1b93efdf70bb344ad988395
parent42b6aea89c39bc819adc92b001748a031d4466c9
Bug 31310: Remove GetItemsInfo from catalogue/imageviewer

Bug 27272 is going to remove C4::Items::GetItemsInfo in favour of Koha::Items->search_ordered.

Here we are going to deal with catalogue/imageviewer

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>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
catalogue/imageviewer.pl