summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-05-08 12:50:11 -0700
committerIvan Kohler <ivan@freeside.biz>2018-05-08 12:50:11 -0700
commit4f1f53a0b57e501794eb5262f284c6b88ae7e677 (patch)
tree30a0b4f76ea14bfec42d079fe9faa377e80f5732 /httemplate
parentae9a208fa96fca49f1eef01519353a4c9f54d15f (diff)
termination fields
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/search/report_cdr.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/httemplate/search/report_cdr.html b/httemplate/search/report_cdr.html
index ef54478..4c16f74 100644
--- a/httemplate/search/report_cdr.html
+++ b/httemplate/search/report_cdr.html
@@ -189,8 +189,16 @@ die "access denied"
my @fields = fields('cdr');
push @fields, 'ratename';
+push @fields, map "cdr_termination.$_", qw( rated_price rated_seconds rated_minutes rated_granularity status svcnum );
+
my $labels = FS::cdr->table_info->{'fields'};
$labels->{ratename} = 'Rate plan';
+$labels->{'cdr_termination.rated_price'} = 'Termination rated price';
+$labels->{'cdr_termination.rated_seconds'} = 'Termination rated seconds';
+$labels->{'cdr_termination.rated_minutes'} = 'Termination rated minutes';
+$labels->{'cdr_termination.rated_granularity'} = 'Termination rated granularity';
+$labels->{'cdr_termination.status'} = 'Termination status';
+$labels->{'cdr_termination.svcnum'} = 'Termination service';
my $conf = new FS::Conf;
my $default_phone_countrycode =