From ed205e110115a3b7dd8d6728c7e919cf8721948c Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Thu, 19 Jan 2023 13:10:12 -0500 Subject: [PATCH] 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 --- Open-ILS/src/perlmods/lib/OpenILS/Application/Actor/Carousel.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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' }] }, -- 2.11.0