missed this for the prev commit for RT10993
authorlevinse <levinse>
Tue, 18 Jan 2011 03:48:50 +0000 (03:48 +0000)
committerlevinse <levinse>
Tue, 18 Jan 2011 03:48:50 +0000 (03:48 +0000)
httemplate/edit/svc_phone.cgi
httemplate/view/svc_phone.cgi

index f542ec2..963dbf5 100644 (file)
@@ -37,8 +37,6 @@ push @fields, { field => 'pbxsvc',
                 type  => 'text',
                 maxlength => $conf->config('svc_phone-phone_name-max_length'),
               },
-             'route',
-             'gwlist',
              'forwarddst',
              'email',
 
index 433ea17..e4dc335 100644 (file)
@@ -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',