summaryrefslogtreecommitdiff
path: root/httemplate/edit/svc_circuit.cgi
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-06-13 11:14:22 -0400
committerChristopher Burger <burgerc@freeside.biz>2017-06-15 16:05:14 -0400
commite8e0af4635e6320d2bfa3814b1501103623550fd (patch)
tree02088fcd6881deb9de19283f0afd5c675aa913ed /httemplate/edit/svc_circuit.cgi
parent226a7d0189cb43980a37c586c28fb62074b5117f (diff)
RT# 76171 - Added new svc_circuit field internal_circuit_id, updated label for existing svc_circuit field circuit_id to Provider Circuit ID.
Diffstat (limited to 'httemplate/edit/svc_circuit.cgi')
-rw-r--r--httemplate/edit/svc_circuit.cgi3
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/edit/svc_circuit.cgi b/httemplate/edit/svc_circuit.cgi
index 3f9bad5b1..f91b0aecf 100644
--- a/httemplate/edit/svc_circuit.cgi
+++ b/httemplate/edit/svc_circuit.cgi
@@ -45,6 +45,9 @@ my @fields = (
{ field => 'endpoint_mac_addr',
type => 'input-mac_addr',
},
+ { field => 'internal_circuit_id',
+ size => 40,
+ },
);
# needed: a new_callback to migrate vendor quals over to circuits