[freeside-commits] freeside/httemplate/misc phone_avail-import.html, 1.6, 1.7

Erik Levinson levinse at wavetail.420.am
Mon Apr 11 16:31:59 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv27254/httemplate/misc

Modified Files:
	phone_avail-import.html 
Log Message:
Bulk DID order improvements, RT11291

Index: phone_avail-import.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/phone_avail-import.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -w -d -r1.6 -r1.7
--- phone_avail-import.html	6 Apr 2011 08:19:58 -0000	1.6
+++ phone_avail-import.html	11 Apr 2011 23:31:57 -0000	1.7
@@ -91,18 +91,25 @@
 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, name</i><br>
+% if ( $ordernum ) {
 <b>Bulk</b> format has the following field order: <i>state, number, rate center, rate_center_abbrev, msa, latanum</i>
+% } else {
+    <b>Default</b> format has the following field order: <i>state, number, name</i><br>
+% }
 <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
+
+% if ( $ordernum ) { 
   <li><i>rate center</i>: rate center (required)
   <li><i>rate_center_abbrev</i>: rate center abbreviation
   <li><i>msa</i>: MSA
   <li><i>latanum</i>: LATA #
+% } else {
+  <li><i>name</i>: optional, rate center
+% }
 </ul>
 <BR><BR>
 



More information about the freeside-commits mailing list