lock down manual batch approval
[freeside.git] / httemplate / misc / phone_avail-import.html
index 1f4d8ca..c664c07 100644 (file)
@@ -21,7 +21,8 @@ Import a file containing phone numbers (DIDs).
 
   <% include( '/elements/tr-select-table.html',
                 'table'       => 'part_export',
-                'name_col'    => 'machine',
+                'name_col'    => 'label',
+                'order_by'    => 'ORDER BY exportname, machine',
                 'label'       => 'Export',
                 'empty_label' => 'Select export',
                 'hashref'     => { 'exporttype' => 'internal_diddb', },
@@ -64,13 +65,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') %>