[freeside-commits] freeside/FS/FS Conf.pm,1.324.2.8,1.324.2.9
Ivan,,,
ivan at wavetail.420.am
Sun Nov 15 18:27:16 PST 2009
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv30453/FS/FS
Modified Files:
Tag: FREESIDE_1_9_BRANCH
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.324.2.8
retrieving revision 1.324.2.9
diff -u -d -r1.324.2.8 -r1.324.2.9
--- Conf.pm 6 Nov 2009 01:51:20 -0000 1.324.2.8
+++ Conf.pm 16 Nov 2009 02:27:13 -0000 1.324.2.9
@@ -3209,6 +3209,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