[freeside-commits] freeside/FS/FS/part_pkg flat.pm,1.50,1.51
Ivan,,,
ivan at wavetail.420.am
Sun Oct 17 19:46:34 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory wavetail.420.am:/tmp/cvs-serv24335/FS/FS/part_pkg
Modified Files:
flat.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: flat.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/flat.pm,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -w -d -r1.50 -r1.51
--- flat.pm 12 Oct 2010 01:15:17 -0000 1.50
+++ flat.pm 18 Oct 2010 02:46:32 -0000 1.51
@@ -135,6 +135,9 @@
'with the customer\'s other packages',
'type' => 'checkbox',
},
+ 'suspend_bill' => { 'name' => 'Continue recurring billing while suspended',
+ 'type' => 'checkbox',
+ },
'unsuspend_adjust_bill' =>
{ 'name' => 'Adjust next bill date forward when '.
'unsuspending',
@@ -153,7 +156,7 @@
expire_months adjourn_months
contract_end_months
start_1st sync_bill_date
- unsuspend_adjust_bill
+ suspend_bill unsuspend_adjust_bill
),
@usage_fieldorder, @usage_recharge_fieldorder,
qw( externalid ),
More information about the freeside-commits
mailing list