diff options
Diffstat (limited to 'httemplate/edit/svc_phone.cgi')
-rw-r--r-- | httemplate/edit/svc_phone.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/svc_phone.cgi b/httemplate/edit/svc_phone.cgi index 963dbf5b4..2c19d2cd9 100644 --- a/httemplate/edit/svc_phone.cgi +++ b/httemplate/edit/svc_phone.cgi @@ -42,7 +42,7 @@ push @fields, { field => 'pbxsvc', { value => 'E911 Information', type => 'tablebreak-tr-title', - colspan => 7, + colspan => 8, }, { field => 'locationnum', type => 'select-cust_location', @@ -68,7 +68,7 @@ if ( $conf->exists('svc_phone-lnp') ) { push @fields, { value => 'Number Portability', type => 'tablebreak-tr-title', - colspan => 7, + colspan => 8, }, { field => 'lnp_status', type => 'select-lnp_status', |