missed this for the prev commit for RT10993
[freeside.git] / httemplate / view / svc_phone.cgi
index 94948a7..e4dc335 100644 (file)
@@ -19,10 +19,11 @@ 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 );
+push @fields, qw( pbx_title sip_password pin phone_name forwarddst email );
 
 if ( $conf->exists('svc_phone-lnp') ) {
 push @fields, 'lnp_status',
+           'lnp_reject_reason',
            { field => 'portable', type => 'checkbox', },
            'lrn',
            { field => 'lnp_desired_due_date', type => 'date', },