From e0ad0bae29d2490cf3be3ef9771590c3647edc8c Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Tue, 13 Jun 2017 11:14:22 -0400 Subject: RT# 76171 - Added new svc_circuit field internal_circuit_id, updated label for existing svc_circuit field circuit_id to Provider Circuit ID. --- httemplate/edit/svc_circuit.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'httemplate/edit') 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 -- cgit v1.2.1