RT# 76171 - Added Interal Circuit Id to view circuit service page.
authorChristopher Burger <burgerc@freeside.biz>
Fri, 16 Jun 2017 19:09:04 +0000 (15:09 -0400)
committerChristopher Burger <burgerc@freeside.biz>
Wed, 21 Jun 2017 20:55:35 +0000 (16:55 -0400)
httemplate/view/svc_circuit.cgi

index 42bfc4b..61f6ea4 100644 (file)
@@ -58,11 +58,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',
@@ -74,6 +75,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;