[freeside-commits] freeside/FS/FS/ClientAPI Signup.pm, 1.73.2.1, 1.73.2.2

Mark Wells mark at wavetail.420.am
Sat Feb 18 18:30:52 PST 2012


Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail.420.am:/tmp/cvs-serv22095/FS/FS/ClientAPI

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	Signup.pm 
Log Message:
more per-agent options, #15973

Index: Signup.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/Signup.pm,v
retrieving revision 1.73.2.1
retrieving revision 1.73.2.2
diff -u -w -d -r1.73.2.1 -r1.73.2.2
--- Signup.pm	10 Feb 2012 20:59:23 -0000	1.73.2.1
+++ Signup.pm	19 Feb 2012 02:30:49 -0000	1.73.2.2
@@ -186,7 +186,6 @@
       'company_name'       => scalar($conf->config('company_name')),
       #per-agent?
       'agent_ship_address' => scalar($conf->exists('agent-ship_address')),
-      'require_phone'      => scalar($conf->exists('cust_main-require_phone')),
       'logo'               => scalar($conf->config_binary('logo.png')),
       'prepaid_template_custnum' => $conf->exists('signup_server-prepaid-template-custnum'),
     };
@@ -405,6 +404,9 @@
           qw( head body_header body_footer ) ),
         ( map { $_ => join("\n", $conf->config("signup_server-$_", $agentnum ) ) }
           qw( terms_of_service ) ),
+
+        ( map { $_ => scalar($conf->exists($_, $agentnum)) } 
+          qw(cust_main-require_phone) ),
       };
 
       $cache->set("signup_info_cache_agent$agentnum", $signup_info_cache_agent);



More information about the freeside-commits mailing list