[freeside-commits] freeside/bin import-did-inventory, 1.1.2.10, 1.1.2.11

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


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	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.1.2.10
retrieving revision 1.1.2.11
diff -u -w -d -r1.1.2.10 -r1.1.2.11
--- import-did-inventory	14 Jun 2011 20:20:20 -0000	1.1.2.10
+++ import-did-inventory	14 Jun 2011 20:29:02 -0000	1.1.2.11
@@ -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