fix for spurious customers appearing, thanks to Erik L
[freeside.git] / rt / lib / RT / Groups_Overlay.pm
index 793a85d..1b3ef51 100644 (file)
@@ -323,6 +323,7 @@ sub WithRight {
     $from_group->WithGroupRight( %args );
 
     #XXX: DIRTY HACK
+    use DBIx::SearchBuilder 1.50; #no version on ::Union :(
     use DBIx::SearchBuilder::Union;
     my $union = new DBIx::SearchBuilder::Union;
     $union->add($from_role);