lp1913815 Score Course Browse Corrections
authorKyle Huckins <khuckins@catalyte.io>
Mon, 9 May 2022 18:00:21 +0000 (18:00 +0000)
committerKyle Huckins <khuckins@catalyte.io>
Mon, 9 May 2022 18:00:21 +0000 (18:00 +0000)
- Ensure scope includes descendants of selected Org Unit

Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Course.pm

index dc6049e..c27bc38 100644 (file)
@@ -123,7 +123,7 @@ sub load_course_browse {
                 "order_by" => {"acmc" => [$qtype]},
                 "where" => {
                     '-not' => {'+acmc' => 'is_archived'},
-                    '+acmc' => { 'owning_lib' => $locg }
+                    '+acmc' => { 'owning_lib' => $U->get_org_descendants($locg) }
                 }
             });
         }