diff options
| author | levinse <levinse> | 2011-06-14 20:29:01 +0000 | 
|---|---|---|
| committer | levinse <levinse> | 2011-06-14 20:29:01 +0000 | 
| commit | 30aa93eea617fc2f4c30dfc6f608d32cb8fc38fd (patch) | |
| tree | 490cbb906836a7acf2669e39d48455e269aaf261 /bin | |
| parent | b25ba5fbb136c4b20c86513f57255d2a7f078d7b (diff) | |
DID inventory/import / bulk DID orders - phase 2, RT12754
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/import-did-inventory | 2 | 
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 ###  | 
