diff options
author | levinse <levinse> | 2010-12-28 15:58:14 +0000 |
---|---|---|
committer | levinse <levinse> | 2010-12-28 15:58:14 +0000 |
commit | 7bafaf1398dd036ec60bb2ea2856f51ca07db574 (patch) | |
tree | 92b3159a50a11d1ad3b45874908fa115b3eec154 /httemplate/edit | |
parent | be4ec8628caf62f1d9489f32b70395996e871852 (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', }, |