From 1f05c6798b21d93efc79baf31cba1182739bce85 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 16 Jan 2010 23:39:39 +0000 Subject: [PATCH] add usage_mandate option to termination price plan, RT#6932 --- FS/FS/part_pkg/cdr_termination.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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( -- 2.11.0