[freeside-commits] branch master updated. 65dd57a36ff200b942f9c45176ea50e185020a74
Ivan
ivan at 420.am
Mon Mar 21 13:35:58 PDT 2016
The branch, master has been updated
via 65dd57a36ff200b942f9c45176ea50e185020a74 (commit)
from 798ab9a07d08c2a302ffc7d03a66962ab6c2d5b9 (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 65dd57a36ff200b942f9c45176ea50e185020a74
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Mar 21 13:35:57 2016 -0700
optimize customer list, RT#20173
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm
index 906b0f3..4e305fc 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