diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-01-11 21:57:44 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-01-11 21:57:44 -0800 |
| commit | 85a657f7c32fc5548ca17f7f5024955c87c07f43 (patch) | |
| tree | 753becb70b6879a227f076e74aa9e7758ed112bd /httemplate | |
| parent | fa270adc74187564109bcdac9cc5fc4acfb4bf47 (diff) | |
svc_phone.sim_imsi was not for 2.3 branch, reverting, RT#20768
Diffstat (limited to 'httemplate')
| -rw-r--r-- | httemplate/edit/svc_phone.cgi | 5 | ||||
| -rw-r--r-- | httemplate/view/svc_phone.cgi | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/httemplate/edit/svc_phone.cgi b/httemplate/edit/svc_phone.cgi index 8ee71b82d..9647b6887 100644 --- a/httemplate/edit/svc_phone.cgi +++ b/httemplate/edit/svc_phone.cgi @@ -28,11 +28,6 @@ my $begin_callback = sub { type => 'select-did', label => 'Phone number', multiple => $bulk, - }, - { field => 'sim_imsi', - type => 'text', - size => 15, - maxlength => 15, }; push @$fields, { field => 'domsvc', diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi index 0eba09383..40c8d850b 100644 --- a/httemplate/view/svc_phone.cgi +++ b/httemplate/view/svc_phone.cgi @@ -16,7 +16,7 @@ my %labels = map { $_ => ( ref($fields->{$_}) ); } keys %$fields; -my @fields = qw( countrycode phonenum sim_imsi ); +my @fields = qw( countrycode phonenum ); push @fields, 'domain' if $conf->exists('svc_phone-domain'); push @fields, qw( pbx_title sip_password pin phone_name forwarddst email ); |
