From f5a77514d6816225b378ced1d598ba745d0c22b4 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 18 Jan 2015 15:11:44 -0800 Subject: [PATCH] qualify columns by default in 4.x (experiment?), RT#20688, RT#22232 --- FS/FS/cust_bill.pm | 1 + 1 file changed, 1 insertion(+) 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' }, -- 2.11.0