[freeside-commits] freeside/FS/FS/part_pkg flat.pm,1.46,1.47
Mark Wells
mark at wavetail.420.am
Thu Aug 26 19:10:16 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory wavetail.420.am:/tmp/cvs-serv28591/part_pkg
Modified Files:
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.46
retrieving revision 1.47
diff -u -w -d -r1.46 -r1.47
--- flat.pm 24 Aug 2010 19:07:59 -0000 1.46
+++ flat.pm 27 Aug 2010 02:10:14 -0000 1.47
@@ -123,6 +123,11 @@
'with the customer\'s other packages',
'type' => 'checkbox',
},
+ 'unsuspend_adjust_bill' =>
+ { 'name' => 'Adjust next bill date forward when '.
+ 'unsuspending',
+ 'type' => 'checkbox',
+ },
%usage_fields,
%usage_recharge_fields,
@@ -134,6 +139,7 @@
'fieldorder' => [ qw( setup_fee recur_fee
recur_temporality unused_credit
expire_months start_1st sync_bill_date
+ unsuspend_adjust_bill
),
@usage_fieldorder, @usage_recharge_fieldorder,
qw( externalid ),
More information about the freeside-commits
mailing list