[freeside-commits] branch master updated. f5a77514d6816225b378ced1d598ba745d0c22b4

Ivan ivan at 420.am
Sun Jan 18 15:11:48 PST 2015


The branch, master has been updated
       via  f5a77514d6816225b378ced1d598ba745d0c22b4 (commit)
      from  8f424b802b3f3c390df497fb67a8c6eb725ab670 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f5a77514d6816225b378ced1d598ba745d0c22b4
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Jan 18 15:11:44 2015 -0800

    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 07c3320..d811c1a 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' },  

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/cust_bill.pm |    1 +
 1 file changed, 1 insertion(+)




More information about the freeside-commits mailing list