RADIUS group enhancements, overlimit_groups changes, etc. RT13432
[freeside.git] / httemplate / edit / svc_phone.cgi
index 6482165..2c19d2c 100644 (file)
@@ -37,10 +37,12 @@ push @fields, { field => 'pbxsvc',
                 type  => 'text',
                 maxlength => $conf->config('svc_phone-phone_name-max_length'),
               },
+             'forwarddst',
+             'email',
 
               { value   => 'E911 Information',
                 type    => 'tablebreak-tr-title',
-                colspan => 7,
+                colspan => 8,
               },
               { field => 'locationnum',
                 type  => 'select-cust_location',
@@ -66,11 +68,12 @@ if ( $conf->exists('svc_phone-lnp') ) {
     push @fields,
             { value   => 'Number Portability',
              type    => 'tablebreak-tr-title',
-                               colspan => 7,
+                               colspan => 8,
             },
            {   field => 'lnp_status',
                type => 'select-lnp_status',
            },
+           'lnp_reject_reason',
            {   field => 'portable',
                type => 'checkbox',
            },