diff options
author | ivan <ivan> | 2010-01-16 23:39:39 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-01-16 23:39:39 +0000 |
commit | 1f05c6798b21d93efc79baf31cba1182739bce85 (patch) | |
tree | fe273325bd8fb97242ea630d243beddbf51a7aa3 | |
parent | d5d685f021759dff69a662953899ed339c27d0a7 (diff) |
add usage_mandate option to termination price plan, RT#6932
-rw-r--r-- | FS/FS/part_pkg/cdr_termination.pm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/FS/FS/part_pkg/cdr_termination.pm b/FS/FS/part_pkg/cdr_termination.pm index d99903d77..62ac4676e 100644 --- a/FS/FS/part_pkg/cdr_termination.pm +++ b/FS/FS/part_pkg/cdr_termination.pm @@ -66,7 +66,7 @@ tie my %temporalities, 'Tie::IxHash', 'select_options' => \%FS::part_pkg::recur_Common::recur_method, }, - #false laziness w/cdr_termination.pm + #false laziness w/voip_cdr.pm 'output_format' => { 'name' => 'CDR invoice display format', 'type' => 'select', 'select_options' => { FS::cdr::invoice_formats() }, @@ -80,6 +80,11 @@ tie my %temporalities, 'Tie::IxHash', 'type' => 'checkbox', }, + 'usage_mandate' => { 'name' => 'Always put usage details in separate section', + 'type' => 'checkbox', + }, + #eofalse + }, #cdr_column 'fieldorder' => [qw( |