summaryrefslogtreecommitdiff
path: root/httemplate/edit
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 14:11:50 -0400
commite0ad0bae29d2490cf3be3ef9771590c3647edc8c (patch)
tree6683a6d029cd17cf2d348d51a77b4cb18568dc41 /httemplate/edit
parent42b104843a3c0ababb9a31d7906736204605464c (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')
-rw-r--r--httemplate/edit/svc_circuit.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/edit/svc_circuit.html b/httemplate/edit/svc_circuit.html
index 3f9bad5b1..f91b0aecf 100644
--- a/httemplate/edit/svc_circuit.html
+++ b/httemplate/edit/svc_circuit.html
@@ -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