[freeside-commits] branch master updated. aa20afbcdd752835076600f1ba8dc3e173efe523

Ivan Kohler ivan at freeside.biz
Tue May 8 12:50:38 PDT 2018


The branch, master has been updated
       via  aa20afbcdd752835076600f1ba8dc3e173efe523 (commit)
       via  4f1f53a0b57e501794eb5262f284c6b88ae7e677 (commit)
      from  35d34f06298d62aac3d4d9a2b486a2759d6d4952 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit aa20afbcdd752835076600f1ba8dc3e173efe523
Merge: 4f1f53a0b 35d34f062
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue May 8 12:50:23 2018 -0700

    Merge branch 'master' of git.freeside.biz:/home/git/freeside


commit 4f1f53a0b57e501794eb5262f284c6b88ae7e677
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue May 8 12:50:11 2018 -0700

    termination fields

diff --git a/httemplate/search/report_cdr.html b/httemplate/search/report_cdr.html
index ef5447838..4c16f74c0 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 =

-----------------------------------------------------------------------

Summary of changes:
 httemplate/search/report_cdr.html | 8 ++++++++
 1 file changed, 8 insertions(+)




More information about the freeside-commits mailing list