X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg%2Fbulk_simple.pm;h=6ed12502277855ac928b58325b19aaf9e56c3863;hp=93944cc0a538738fbc1b16e2e86b00d6eea4cef0;hb=7a8ff6a0a75e0a50b6fde0bff3d49e8372853e94;hpb=ce9a9630a2232dafc952bdaadb627fcc3a5558f9 diff --git a/FS/FS/part_pkg/bulk_simple.pm b/FS/FS/part_pkg/bulk_simple.pm index 93944cc0a..6ed125022 100644 --- a/FS/FS/part_pkg/bulk_simple.pm +++ b/FS/FS/part_pkg/bulk_simple.pm @@ -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 {