diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-03-21 19:15:27 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-03-21 19:15:27 -0700 |
commit | 110e4ab13ff3b0d7df2265a68e92170c59d76e61 (patch) | |
tree | 237e0572fedc3f22019f581260c7e066f3435d2a /httemplate/edit/svc_phone.cgi | |
parent | 8410cdd0df8c470b0d804be5e03539303f2a8079 (diff) |
UI improvments porting in when there's an inventory selector: can enter a phone number instead of selecting from inventory, RT#73618
Diffstat (limited to 'httemplate/edit/svc_phone.cgi')
-rw-r--r-- | httemplate/edit/svc_phone.cgi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/httemplate/edit/svc_phone.cgi b/httemplate/edit/svc_phone.cgi index e74ffbb84..ef5cec663 100644 --- a/httemplate/edit/svc_phone.cgi +++ b/httemplate/edit/svc_phone.cgi @@ -107,9 +107,6 @@ my $begin_callback = sub { type => 'tablebreak-tr-title', colspan => 8, }, - { field => 'lnp_status', - type => 'select-lnp_status', - }, 'lnp_reject_reason', { field => 'portable', type => 'checkbox', |