diff options
| author | Mark Wells <mark@freeside.biz> | 2013-01-12 12:08:42 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2013-01-12 12:08:42 -0800 |
| commit | ceaa9e6ca4222595c1795c4bbde8d1c9609045e7 (patch) | |
| tree | 2e4c2847dbd9f6a7ab20b6c825c1e20d3ccfb0ce /httemplate/view | |
| parent | b70b0d8c6f571a68ffb60c5ca728a230926abee4 (diff) | |
| parent | e722e522c695781f626adfdf36bf0d130698f665 (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/view')
| -rw-r--r-- | httemplate/view/svc_phone.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi index 323be63dc..e956e7d49 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 ); +my @fields = qw( countrycode phonenum sim_imsi ); push @fields, 'domain' if $conf->exists('svc_phone-domain'); push @fields, qw( pbx_title sip_password pin phone_name forwarddst email ); |
