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

Mark Wells mark at wavetail.420.am
Fri Feb 10 12:59:25 PST 2012


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

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	Signup.pm 
Log Message:
terms of service for signup server, #16383

Index: Signup.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/Signup.pm,v
retrieving revision 1.73
retrieving revision 1.73.2.1
diff -u -w -d -r1.73 -r1.73.2.1
--- Signup.pm	15 Jul 2011 21:10:06 -0000	1.73
+++ Signup.pm	10 Feb 2012 20:59:23 -0000	1.73.2.1
@@ -403,6 +403,8 @@
           qw( body_bgcolor box_bgcolor menu_bgcolor ) ),
         ( map { $_ => join("\n", $conf->config("selfservice-$_", $agentnum ) ) }
           qw( head body_header body_footer ) ),
+        ( map { $_ => join("\n", $conf->config("signup_server-$_", $agentnum ) ) }
+          qw( terms_of_service ) ),
       };
 
       $cache->set("signup_info_cache_agent$agentnum", $signup_info_cache_agent);



More information about the freeside-commits mailing list