[freeside-commits] freeside/FS/FS/part_pkg flat.pm, 1.34.2.2, 1.34.2.3
Mark Wells
mark at wavetail.420.am
Tue Oct 12 12:06:46 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory wavetail.420.am:/tmp/cvs-serv25574/part_pkg
Modified Files:
Tag: FREESIDE_1_9_BRANCH
flat.pm
Log Message:
per-package option to adjust bill date on unsuspend, RT#8434
Index: flat.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/flat.pm,v
retrieving revision 1.34.2.2
retrieving revision 1.34.2.3
diff -u -w -d -r1.34.2.2 -r1.34.2.3
--- flat.pm 9 Mar 2010 02:43:41 -0000 1.34.2.2
+++ flat.pm 12 Oct 2010 19:06:44 -0000 1.34.2.3
@@ -116,6 +116,11 @@
'start_1st' => { 'name' => 'Auto-add a start date to the 1st, ignoring the current month.',
'type' => 'checkbox',
},
+ 'unsuspend_adjust_bill' =>
+ { 'name' => 'Adjust next bill date forward when '.
+ 'unsuspending',
+ 'type' => 'checkbox',
+ },
%usage_fields,
%usage_recharge_fields,
@@ -126,7 +131,7 @@
},
'fieldorder' => [ qw( setup_fee recur_fee
recur_temporality unused_credit
- expire_months start_1st
+ expire_months start_1st unsuspend_adjust_bill
),
@usage_fieldorder, @usage_recharge_fieldorder,
qw( externalid ),
More information about the freeside-commits
mailing list