From: Terran McCanna Date: Thu, 19 Jan 2023 18:10:12 +0000 (-0500) Subject: PINES - remove extraneous code for carousel bucket problem X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ed205e110115a3b7dd8d6728c7e919cf8721948c;p=evergreen%2Fpines.git PINES - remove extraneous code for carousel bucket problem This removes a bit of code that got into the PINES version that is not in master. Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor/Carousel.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor/Carousel.pm index ce4137f409..cc5d0ec13b 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor/Carousel.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor/Carousel.pm @@ -34,8 +34,7 @@ sub get_carousel_contents { my $carousel = $e->retrieve_container_carousel($id); my $ret = { id => $id, - name => $carousel->name, - bucketid => $carousel->bucket + name => $carousel->name }; my $q = { select => { bre => ['id'], mfde => [{ column => 'value', alias => 'title' }] },