Bug 31316: Remove GetItemsInfo from opac-sendbasket
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 3 Jun 2022 06:20:17 +0000 (08:20 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 9 Aug 2022 15:04:11 +0000 (12:04 -0300)
commit9b9a7b670ccd9e1437a32697f81645af6b1e93bd
tree416d190de7d6e35f9bc7aa7931ac2c1c9cf2043d
parent9b1c397bee25384f65d28de8d9a3cf461b22dd48
Bug 31316: Remove GetItemsInfo from opac-sendbasket

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

Here we are going to deal with opac-sendbasket

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>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasket.tt
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelf.tt
opac/opac-sendbasket.pl
opac/opac-sendshelf.pl