[freeside-commits] freeside/FS/FS/ClientAPI Signup.pm,1.74,1.75

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


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

Modified Files:
	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.74
retrieving revision 1.75
diff -u -w -d -r1.74 -r1.75
--- Signup.pm	10 Feb 2012 20:57:54 -0000	1.74
+++ Signup.pm	19 Feb 2012 02:30:17 -0000	1.75
@@ -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