[freeside-commits] freeside/httemplate/misc phone_avail-import.html, 1.2.8.4, 1.2.8.5

Erik Levinson levinse at wavetail.420.am
Mon Apr 11 16:32:00 PDT 2011


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	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.2.8.4
retrieving revision 1.2.8.5
diff -u -w -d -r1.2.8.4 -r1.2.8.5
--- phone_avail-import.html	6 Apr 2011 08:28:38 -0000	1.2.8.4
+++ phone_avail-import.html	11 Apr 2011 23:31:58 -0000	1.2.8.5
@@ -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