diff options
author | Mark Wells <mark@freeside.biz> | 2015-08-04 13:01:24 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-08-04 13:01:24 -0700 |
commit | 405a73031a2fdd127f3eb33eff88ace0089afff7 (patch) | |
tree | fa76d32c8a0068e5aa4ea5644aa1a5943874a811 /httemplate/view/svc_phone.cgi | |
parent | 1d091fcec0fb8a78fe5b6a640c67a17a85c06092 (diff) |
rename view/svc_circuit.html to fix links from package reports, #37420
Diffstat (limited to 'httemplate/view/svc_phone.cgi')
-rw-r--r-- | httemplate/view/svc_phone.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi index b71e094ad..ab69c4f6f 100644 --- a/httemplate/view/svc_phone.cgi +++ b/httemplate/view/svc_phone.cgi @@ -56,7 +56,7 @@ if ( $conf->exists('svc_phone-lnp') ) { $labels{circuit_label} = mt('Circuit'); push @fields, { field => 'circuit_label', - link => [ $p.'view/svc_circuit.html?', 'circuit_svcnum' ] + link => [ $p.'view/svc_circuit.cgi?', 'circuit_svcnum' ] }; push @fields, 'sip_server'; |