diff options
author | ivan <ivan> | 2010-01-16 23:39:40 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-01-16 23:39:40 +0000 |
commit | 08801a19e509891cbc5630308b927a8f553dbd28 (patch) | |
tree | 6255c922e7607e6ae51767d065cf2888bf06a5d7 | |
parent | b63c134e3ee49a43947577a3c79aa5a849b97944 (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( |