From: Ivan Kohler Date: Sun, 18 Jan 2015 23:11:44 +0000 (-0800) Subject: qualify columns by default in 4.x (experiment?), RT#20688, RT#22232 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f5a77514d6816225b378ced1d598ba745d0c22b4 qualify columns by default in 4.x (experiment?), RT#20688, RT#22232 --- 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' },