RT#32089: Ignore services when using packages based on active services
[freeside.git] / FS / FS / part_pkg / bulk_simple.pm
index 93944cc..6ed1250 100644 (file)
@@ -18,7 +18,7 @@ $me = '[FS::part_pkg::bulk]';
 
 sub _bulk_cust_svc {
   my( $self, $cust_pkg, $sdate ) = @_;
-  $cust_pkg->cust_svc;
+  return $self->_only_svcs_filter($cust_pkg->cust_svc);
 }
 
 sub _bulk_setup {