[freeside-commits] freeside/FS/FS Conf.pm,1.397.2.13,1.397.2.14

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


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	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.397.2.13
retrieving revision 1.397.2.14
diff -u -w -d -r1.397.2.13 -r1.397.2.14
--- Conf.pm	28 Dec 2010 05:23:56 -0000	1.397.2.13
+++ Conf.pm	31 Dec 2010 01:23:32 -0000	1.397.2.14
@@ -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