diff options
Diffstat (limited to 'httemplate/view')
-rw-r--r-- | httemplate/view/svc_phone.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi index 94948a78b..96211d87c 100644 --- a/httemplate/view/svc_phone.cgi +++ b/httemplate/view/svc_phone.cgi @@ -23,6 +23,7 @@ push @fields, qw( pbx_title sip_password pin phone_name ); 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', }, |