X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg%2Fflat.pm;fp=FS%2FFS%2Fpart_pkg%2Fflat.pm;h=3929cb99d1b46aaa3f72eee09a4f4befd9c3c09c;hb=b87b8ca36fe928ce89d31de7e7d4bebddd1ff6a2;hp=be17fd8032b0eb455fa1b820246cd02d0c46a5f3;hpb=b8bb8d0c831d45598ed4a2ae421efc9e732a888e;p=freeside.git diff --git a/FS/FS/part_pkg/flat.pm b/FS/FS/part_pkg/flat.pm index be17fd803..3929cb99d 100644 --- a/FS/FS/part_pkg/flat.pm +++ b/FS/FS/part_pkg/flat.pm @@ -116,6 +116,11 @@ tie my %temporalities, 'Tie::IxHash', '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 @@ tie my %temporalities, 'Tie::IxHash', }, '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 ),