[freeside-commits] branch FREESIDE_4_BRANCH updated. e50a777b5631fec07604d3576ff0527209016075

Christopher Burger burgerc at 420.am
Wed Jun 21 10:23:38 PDT 2017


The branch, FREESIDE_4_BRANCH has been updated
       via  e50a777b5631fec07604d3576ff0527209016075 (commit)
      from  5f2511bd9a1d2919ae6b3c619bdfe929823936bf (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 e50a777b5631fec07604d3576ff0527209016075
Author: Christopher Burger <burgerc at freeside.biz>
Date:   Fri Jun 16 15:09:04 2017 -0400

    RT# 76171 - Added Interal Circuit Id to view circuit service page.

diff --git a/httemplate/view/svc_circuit.cgi b/httemplate/view/svc_circuit.cgi
index 579ef51..500993e 100644
--- a/httemplate/view/svc_circuit.cgi
+++ b/httemplate/view/svc_circuit.cgi
@@ -59,11 +59,12 @@ my @fields = (
   { field     => 'due_date', type => 'date' },
   'endpoint_ip_addr',
   { field     => 'endpoint_mac_addr', type => 'mac_addr' },
+  'internal_circuit_id',
 );
 
 
 my %labels = (
-  circuit_id          => 'Circuit ID',
+  circuit_id          => 'Provider Circuit ID',
   providernum         => 'Provider',
   typenum             => 'Circuit type',
   termnum             => 'Termination',
@@ -75,6 +76,7 @@ my %labels = (
   due_date            => 'Due date',
   endpoint_ip_addr    => 'Endpoint IP address',
   endpoint_mac_addr   => 'MAC address',
+  internal_circuit_id => 'Internal Circuit Id',
 );
 
 my $self = $m->request_comp;

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

Summary of changes:
 httemplate/view/svc_circuit.cgi |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)




More information about the freeside-commits mailing list