10 digit prefix matching, RT#4403
[freeside.git] / FS / FS / rate.pm
index 1285812..6430ff0 100644 (file)
@@ -290,7 +290,7 @@ sub dest_detail {
     #find a rate prefix, first look at most specific (4 digits) then 3, etc.,
     # finally trying the country code only
     my $rate_prefix = '';
-    for my $len ( reverse(1..6) ) {
+    for my $len ( reverse(1..10) ) {
       $rate_prefix = qsearchs('rate_prefix', {
         'countrycode' => $countrycode,
         #'npa'         => { op=> 'LIKE', value=> substr($number, 0, $len) }