X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg%2Fcdr_termination.pm;h=0666d7939fda978be0fffd0483bcb4601a16157b;hb=4ad8b72c0dde10d4907298277181ddfaa99dafb6;hp=cfd6b4e714cb10be07257e955198ecf66418bf44;hpb=ef405fedfb6095c153cc34166da0e15d40ad8bf7;p=freeside.git diff --git a/FS/FS/part_pkg/cdr_termination.pm b/FS/FS/part_pkg/cdr_termination.pm index cfd6b4e71..0666d7939 100644 --- a/FS/FS/part_pkg/cdr_termination.pm +++ b/FS/FS/part_pkg/cdr_termination.pm @@ -58,6 +58,10 @@ tie my %temporalities, 'Tie::IxHash', 'subscription', 'default' => '1', }, + 'add_full_period'=> { 'name' => 'When prorating first month, also bill '. + 'for one full period after that', + 'type' => 'checkbox', + }, 'recur_method' => { 'name' => 'Recurring fee method', #'type' => 'radio', @@ -90,6 +94,7 @@ tie my %temporalities, 'Tie::IxHash', 'fieldorder' => [qw( setup_fee recur_fee recur_temporality unused_credit recur_method cutoff_day + add_full_period output_format usage_section summarize_usage usage_mandate ) ],