diff options
Diffstat (limited to 'httemplate/misc')
| -rw-r--r-- | httemplate/misc/phone_avail-import.html | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/misc/phone_avail-import.html b/httemplate/misc/phone_avail-import.html index 1f4d8caae..de280d0f9 100644 --- a/httemplate/misc/phone_avail-import.html +++ b/httemplate/misc/phone_avail-import.html @@ -64,13 +64,14 @@ Import a file containing phone numbers (DIDs).  Uploaded files can be CSV (comma-separated value) files or Excel spreadsheets.  The file should have a .CSV or .XLS extension.  <BR><BR> -<b>Default</b> format has the following field order: <i>state, number<i></i> +<b>Default</b> format has the following field order: <i>state, number, name</i>  <BR><BR>  Field information:  <ul>    <li><i>state</i>: Two-letter state code, i.e. "CA"    <li><i>number</i>: Phone number +  <li><i>name</i>: optional, rate center  </ul>  <% include('/elements/footer.html') %>  | 
