diff options
author | levinse <levinse> | 2011-06-14 20:29:38 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-06-14 20:29:38 +0000 |
commit | 3153512b41c1688c3c20589adbfb39d50877e9b1 (patch) | |
tree | 662dbc045bfbafed873b13220cf39fe959b0bf48 | |
parent | cd8cd714390ed3e0b143718defd846e21cca4821 (diff) |
DID inventory/import / bulk DID orders - phase 2, RT12754
-rw-r--r-- | bin/import-did-inventory | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/import-did-inventory b/bin/import-did-inventory index f3646647e..ead4b7464 100644 --- a/bin/import-did-inventory +++ b/bin/import-did-inventory @@ -164,8 +164,7 @@ sub suffer { ### LATA ### - fatal("no lata found for latanum $latanum") unless exists($latas{$latanum}) - || $latanum == 460; + fatal("no lata found for latanum $latanum") unless exists($latas{$latanum}); # unsurprisingly, our idea of a LATA name doesn't always match their idea # of the same. Specifically, they randomly expand the state portion and |