diff options
author | levinse <levinse> | 2011-01-18 03:48:50 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-01-18 03:48:50 +0000 |
commit | 3779453179ab272a1e5b941a35b88913160de848 (patch) | |
tree | 790804bee79f3de3a171c3fc924ac29e09bff8b6 /httemplate/view | |
parent | 8cd0512234f3f939f1eeaeac34f91e7095fcd05f (diff) |
missed this for the prev commit for RT10993
Diffstat (limited to 'httemplate/view')
-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 433ea1761..e4dc335ca 100644 --- a/httemplate/view/svc_phone.cgi +++ b/httemplate/view/svc_phone.cgi @@ -19,7 +19,7 @@ my %labels = map { $_ => ( ref($fields->{$_}) my @fields = qw( countrycode phonenum ); push @fields, 'domain' if $conf->exists('svc_phone-domain'); -push @fields, qw( pbx_title sip_password pin phone_name route gwlist forwarddst email ); +push @fields, qw( pbx_title sip_password pin phone_name forwarddst email ); if ( $conf->exists('svc_phone-lnp') ) { push @fields, 'lnp_status', |