[freeside-commits] freeside/FS/FS Conf.pm,1.387,1.388
Ivan,,,
ivan at wavetail.420.am
Sun Oct 17 19:46:34 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv24335/FS/FS
Modified Files:
Conf.pm
Log Message:
suspend_bill package option to continue recurring billing while suspended and part_pkg-default_suspend_bill conf option to set it by default, RT#10148
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.387
retrieving revision 1.388
diff -u -w -d -r1.387 -r1.388
--- Conf.pm 28 Sep 2010 23:12:51 -0000 1.387
+++ Conf.pm 18 Oct 2010 02:46:32 -0000 1.388
@@ -3991,6 +3991,13 @@
'type' => 'text',
},
+ {
+ 'key' => 'part_pkg-default_suspend_bill',
+ 'section' => 'billing',
+ 'description' => 'Default the "Continue recurring billing while suspended" flag to on for new package definitions.',
+ 'type' => 'checkbox',
+ },
+
{ key => "apacheroot", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
{ key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
{ key => "apachemachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
More information about the freeside-commits
mailing list