diff options
author | levinse <levinse> | 2010-12-28 15:58:12 +0000 |
---|---|---|
committer | levinse <levinse> | 2010-12-28 15:58:12 +0000 |
commit | 224991fedb653d040c9d280726888cad29fc26db (patch) | |
tree | 39e1f619f72bdf2206a472499dd405e9d3caf058 /httemplate/view | |
parent | 3f9aef3324175bbb558d7107e8513c6b17151df5 (diff) |
LNP improvements, RT9527
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', }, |