summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-06-16 15:09:04 -0400
committerChristopher Burger <burgerc@freeside.biz>2017-06-21 16:55:35 -0400
commitcebbf273c639066cb3fd4997b58efe1fdb7322e4 (patch)
tree5c1d3f5c3602c530047e0495a207f3bd4477cd4d
parent6a953cf2693cada43052a16481c433dab8878579 (diff)
RT# 76171 - Added Interal Circuit Id to view circuit service page.
-rw-r--r--httemplate/view/svc_circuit.cgi4
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/view/svc_circuit.cgi b/httemplate/view/svc_circuit.cgi
index 42bfc4b21..61f6ea467 100644
--- a/httemplate/view/svc_circuit.cgi
+++ b/httemplate/view/svc_circuit.cgi
@@ -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;