[freeside-commits] freeside/FS/FS Conf.pm,1.336,1.337

Ivan,,, ivan at wavetail.420.am
Sun Nov 15 18:27:14 PST 2009


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

Modified Files:
	Conf.pm 
Log Message:
add disable_cron_billing config, RT#6407

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.336
retrieving revision 1.337
diff -u -d -r1.336 -r1.337
--- Conf.pm	12 Nov 2009 21:45:03 -0000	1.336
+++ Conf.pm	16 Nov 2009 02:27:12 -0000	1.337
@@ -3248,6 +3248,12 @@
     'type'        => 'select-pkg_class',
   },
 
+  {
+    'key'         => 'disable_cron_billing',
+    'section'     => 'billing',
+    'description' => 'Disable billing and collection from being run by freeside-daily and freeside-monthly, while still allowing other actions to run, such as notifications and backup.',
+    'type'        => 'checkbox',
+  },
 
   { key => "apacheroot", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
   { key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },



More information about the freeside-commits mailing list