From ff4aa23fb709044951949331a834b60d8feaadbb Mon Sep 17 00:00:00 2001 From: levinse Date: Mon, 11 Apr 2011 23:31:57 +0000 Subject: [PATCH] Bulk DID order improvements, RT11291 --- httemplate/misc/phone_avail-import.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/httemplate/misc/phone_avail-import.html b/httemplate/misc/phone_avail-import.html index 903c17bd9..635b8f69c 100644 --- a/httemplate/misc/phone_avail-import.html +++ b/httemplate/misc/phone_avail-import.html @@ -91,18 +91,25 @@ 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.

-Default format has the following field order: state, number, name
-Bulk format has the following field order: state, number, rate center, rate_center_abbrev, msa, latanum +% if ( $ordernum ) { + Bulk format has the following field order: state, number, rate center, rate_center_abbrev, msa, latanum +% } else { + Default format has the following field order: state, number, name
+% }

Field information:

-- 2.11.0