[freeside-commits] freeside/FS/FS Conf.pm,1.414,1.415

Erik Levinson levinse at wavetail.420.am
Thu Dec 30 17:23:29 PST 2010


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

Modified Files:
	Conf.pm 
Log Message:
self-signup with prepaid card without customer info, RT9713

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.414
retrieving revision 1.415
diff -u -w -d -r1.414 -r1.415
--- Conf.pm	29 Dec 2010 04:32:46 -0000	1.414
+++ Conf.pm	31 Dec 2010 01:23:27 -0000	1.415
@@ -1840,6 +1840,13 @@
   },
 
   {
+    'key'         => 'signup_server-prepaid-template-custnum',
+    'section'     => 'self-service',
+    'description' => 'When the signup server is used with prepaid cards and customer info is not required for signup, the contact/address info will be copied from this customer, if specified',
+    'type'        => 'text',
+  },
+
+  {
     'key'         => 'selfservice_server-base_url',
     'section'     => 'self-service',
     'description' => 'Base URL for the self-service web interface - necessary for some widgets to find their way, including retrieval of non-US state information and phone number provisioning.',



More information about the freeside-commits mailing list