From: levinse Date: Tue, 14 Jun 2011 20:29:01 +0000 (+0000) Subject: DID inventory/import / bulk DID orders - phase 2, RT12754 X-Git-Tag: freeside_2_3_0~132 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=30aa93eea617fc2f4c30dfc6f608d32cb8fc38fd;hp=b25ba5fbb136c4b20c86513f57255d2a7f078d7b;p=freeside.git DID inventory/import / bulk DID orders - phase 2, RT12754 --- 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 ###