PINES - remove extraneous code for carousel bucket problem
authorTerran McCanna <tmccanna@georgialibraries.org>
Thu, 19 Jan 2023 18:10:12 +0000 (13:10 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 23 Jan 2023 15:12:04 +0000 (10:12 -0500)
This removes a bit of code that got into the PINES version that
is not in master.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/Actor/Carousel.pm

index ce4137f..cc5d0ec 100644 (file)
@@ -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' }] },