X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_main.pm;h=4e305fc2b6e9fa3d4dbd838a5d3d4cadbb5589e9;hp=906b0f37d16f209cd9f77cbbf9e14796b6ada70a;hb=65dd57a36ff200b942f9c45176ea50e185020a74;hpb=798ab9a07d08c2a302ffc7d03a66962ab6c2d5b9 diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 906b0f37d..4e305fc2b 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');