diff options
Diffstat (limited to 'httemplate/view/svc_phone.cgi')
| -rw-r--r-- | httemplate/view/svc_phone.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi index aca412969..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'; @@ -146,7 +146,7 @@ my $html_foot = sub { ### $e911. - $devices. + #$devices. $status. join(' | ', @links ). '<BR>'. join(' | ', @ilinks). '<BR>'; |
