[freeside-commits] freeside/FS/FS Conf.pm,1.145,1.146

Ivan,,, ivan at wavetail.420.am
Tue Nov 22 10:29:41 PST 2005


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv28739/FS/FS

Modified Files:
	Conf.pm 
Log Message:
add backend-realtime config flag, should be more intuitive for guyananet

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -d -r1.145 -r1.146
--- Conf.pm	21 Nov 2005 10:47:11 -0000	1.145
+++ Conf.pm	22 Nov 2005 18:29:38 -0000	1.146
@@ -1202,6 +1202,13 @@
   },
 
   {
+    'key'         => 'backend-realtime',
+    'section'     => '',
+    'description' => 'Run billing for backend signups immediately.',
+    'type'        => 'checkbox',
+  },
+
+  {
     'key'         => 'declinetemplate',
     'section'     => 'billing',
     'description' => 'Template file for credit card decline emails.',



More information about the freeside-commits mailing list