From: ivan Date: Fri, 18 Jul 2008 22:28:27 +0000 (+0000) Subject: show NXX is US if applicable X-Git-Tag: root_of_webpay_support~475 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=a7f1c52780340da144f8eab67a8fef8170641963 show NXX is US if applicable --- diff --git a/FS/FS/rate_region.pm b/FS/FS/rate_region.pm index 65dfd2a25..df3951f8b 100644 --- a/FS/FS/rate_region.pm +++ b/FS/FS/rate_region.pm @@ -292,6 +292,7 @@ sub prefixes_short { } else { $out .= $rate_prefix->npa; } + $out .= ' '. $rate_prefix->nxx if $rate_prefix->nxx; $out .= ', '; } $out =~ s/, $//;