[freeside-commits] freeside/bin import-did-inventory,1.9,1.10

Erik Levinson levinse at wavetail.420.am
Tue Jun 14 13:29:03 PDT 2011


Update of /home/cvs/cvsroot/freeside/bin
In directory wavetail.420.am:/tmp/cvs-serv29591/bin

Modified Files:
	import-did-inventory 
Log Message:
DID inventory/import / bulk DID orders - phase 2, RT12754

Index: import-did-inventory
===================================================================
RCS file: /home/cvs/cvsroot/freeside/bin/import-did-inventory,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -w -d -r1.9 -r1.10
--- import-did-inventory	14 Jun 2011 20:20:19 -0000	1.9
+++ import-did-inventory	14 Jun 2011 20:29:01 -0000	1.10
@@ -180,7 +180,7 @@
     $latadesc =~ s/\s\w+$// unless uc($ourdesc) eq uc($latadesc); # yeah...long story :(
 
     fatal("their LATA description '$latadesc' doesn't match our LATA description '$ourdesc'")
-        unless uc($ourdesc) eq uc($latadesc);
+        unless (uc($ourdesc) eq uc($latadesc) || $latanum == 460);
 
 
     ### MSA ###



More information about the freeside-commits mailing list