X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2Fcust_bill.pm;h=d811c1af4e4ac2e3f542042c012acb06e55e6c87;hb=f5a77514d6816225b378ced1d598ba745d0c22b4;hp=07c33204e84181f42210a0f939894998e6ffe166;hpb=8f424b802b3f3c390df497fb67a8c6eb725ab670;p=freeside.git diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 07c33204e..d811c1af4 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -2629,6 +2629,7 @@ sub _did_summary { $num_activated++; } else { # this one not so clean, should probably move to (h_)svc_phone + local($FS::Record::qsearch_qualify_columns) = 0; my $phone_portedin = qsearchs( 'h_svc_phone', { 'svcnum' => $h_cust_svc->svcnum, 'lnp_status' => 'portedin' },