Bug 28590: Remove get_shelves_userenv and set_shelves_userenv
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 18 Jun 2021 08:27:01 +0000 (10:27 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 22 Jun 2021 10:04:31 +0000 (12:04 +0200)
commit512c7ba7e49cff9909aa6c864ccf1736e30db040
treedb19424a17c8b9b8000f898dac8f9b21460ddbaf
parent70a0c391540ee966e8fc8d5b98c1d97520dc7fa8
Bug 28590: Remove get_shelves_userenv and set_shelves_userenv

They are no longer used since bug 7310, now we are using
Koha::Virtualshelves->get_some_shelves

Test plan:
Create some lists, login at the OPAC and confirm that you see
the list in the navbar (top)

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Auth.pm
C4/Context.pm