Bug 17094: Make Koha::Virtualshelf methods return Koha::Objects-based objects
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 9 Aug 2016 15:26:07 +0000 (16:26 +0100)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Tue, 11 Oct 2016 13:14:46 +0000 (13:14 +0000)
commitef0b0f13fcba4605f99386d4c2bdd87e82234493
tree47bac50b1b1995ef81a75d41a3e3b36b7445aeb0
parentbb1e9c500c810402c64436c53bcc00ffb9a0b857
Bug 17094: Make Koha::Virtualshelf methods return Koha::Objects-based objects

Instead of DBIx::Class objects.

Test plan:
1/ Add content to a list and share it with another patron
2/ Try to view the list with the other patron
3/ download and send a shelf and check if the biblio list is correct
4/ prove t/db_dependent/Virtualshelves.t should return green

Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
Koha/Virtualshelf.pm
opac/opac-downloadshelf.pl
opac/opac-sendshelf.pl
opac/opac-shelves.pl
virtualshelves/downloadshelf.pl
virtualshelves/sendshelf.pl
virtualshelves/shelves.pl