diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2017-06-13 11:14:22 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2017-06-15 14:11:50 -0400 |
| commit | e0ad0bae29d2490cf3be3ef9771590c3647edc8c (patch) | |
| tree | 6683a6d029cd17cf2d348d51a77b4cb18568dc41 /httemplate/edit | |
| parent | 42b104843a3c0ababb9a31d7906736204605464c (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.html | 3 |
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 |
