summaryrefslogtreecommitdiff
path: root/bin/import-did-inventory
diff options
context:
space:
mode:
authorlevinse <levinse>2011-06-14 20:29:01 +0000
committerlevinse <levinse>2011-06-14 20:29:01 +0000
commit30aa93eea617fc2f4c30dfc6f608d32cb8fc38fd (patch)
tree490cbb906836a7acf2669e39d48455e269aaf261 /bin/import-did-inventory
parentb25ba5fbb136c4b20c86513f57255d2a7f078d7b (diff)
DID inventory/import / bulk DID orders - phase 2, RT12754
Diffstat (limited to 'bin/import-did-inventory')
-rw-r--r--bin/import-did-inventory2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/import-did-inventory b/bin/import-did-inventory
index 2ba459459..f3646647e 100644
--- a/bin/import-did-inventory
+++ b/bin/import-did-inventory
@@ -180,7 +180,7 @@ sub suffer {
$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 ###