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/edit | |
parent | 3f9aef3324175bbb558d7107e8513c6b17151df5 (diff) |
LNP improvements, RT9527
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/svc_phone.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/svc_phone.cgi b/httemplate/edit/svc_phone.cgi index 6482165dc..36b827bfe 100644 --- a/httemplate/edit/svc_phone.cgi +++ b/httemplate/edit/svc_phone.cgi @@ -71,6 +71,7 @@ if ( $conf->exists('svc_phone-lnp') ) { { field => 'lnp_status', type => 'select-lnp_status', }, + 'lnp_reject_reason', { field => 'portable', type => 'checkbox', }, |