[freeside-commits] freeside/FS/FS Conf.pm,1.363,1.364

Ivan,,, ivan at wavetail.420.am
Sat Jun 5 22:58:18 PDT 2010


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

Modified Files:
	Conf.pm 
Log Message:
add disable_settings_changes conf for the demo

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.363
retrieving revision 1.364
diff -u -w -d -r1.363 -r1.364
--- Conf.pm	22 May 2010 19:57:53 -0000	1.363
+++ Conf.pm	6 Jun 2010 05:58:15 -0000	1.364
@@ -717,6 +717,13 @@
   },
 
   {
+    'key'         => 'business-onlinepayment-test_transaction',
+    'section'     => 'billing',
+    'description' => 'Turns on the Business::OnlinePayment test_transaction flag.  Note that not all gateway modules support this flag; if yours does not, transactions will still be sent live.',
+    'type'        => 'checkbox',
+  },
+
+  {
     'key'         => 'countrydefault',
     'section'     => 'UI',
     'description' => 'Default two-letter country code (if not supplied, the default is `US\')',
@@ -3008,6 +3015,13 @@
   },
 
   {
+    'key'         => 'disable_settings_changes',
+    'section'     => '',
+    'description' => 'Disable all settings changes, for demos, except for the usernames given in the comma-separated list.',
+    'type'        => [qw( checkbox text )],
+  },
+
+  {
     'key'         => 'cust_main-edit_agent_custid',
     'section'     => 'UI',
     'description' => 'Enable editing of the agent_custid field.',



More information about the freeside-commits mailing list