[freeside-commits] freeside/FS/FS/ClientAPI Signup.pm,1.73,1.74
Mark Wells
mark at wavetail.420.am
Fri Feb 10 12:57:56 PST 2012
Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail.420.am:/tmp/cvs-serv22025/FS/FS/ClientAPI
Modified Files:
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.74
diff -u -w -d -r1.73 -r1.74
--- Signup.pm 15 Jul 2011 21:10:06 -0000 1.73
+++ Signup.pm 10 Feb 2012 20:57:54 -0000 1.74
@@ -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