[freeside-commits] branch FREESIDE_4_BRANCH updated. a4bdd078d5394aef60373f4a799aaaa24db688d3

Ivan ivan at 420.am
Mon Mar 21 13:35:59 PDT 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  a4bdd078d5394aef60373f4a799aaaa24db688d3 (commit)
      from  26a30794544da000c65f0b8359254136129810d6 (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 a4bdd078d5394aef60373f4a799aaaa24db688d3
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Mar 21 13:35:59 2016 -0700

    optimize customer list, RT#20173

diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm
index 33e3eaf..78bb6cb 100644
--- a/FS/FS/cust_main.pm
+++ b/FS/FS/cust_main.pm
@@ -104,7 +104,6 @@ our $custnum_display_length;
 #$FS::UID::callback{'FS::cust_main'} = sub { 
 install_callback FS::UID sub { 
   $conf = new FS::Conf;
-  #yes, need it for stuff below (prolly should be cached)
   $ignore_invalid_card    = $conf->exists('allow_invalid_cards');
   $default_agent_custid   = $conf->exists('cust_main-default_agent_custid');
   $custnum_display_length = $conf->config('cust_main-custnum-display_length');

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

Summary of changes:
 FS/FS/cust_main.pm |    1 -
 1 file changed, 1 deletion(-)




More information about the freeside-commits mailing list