silence warning
authorMark Wells <mark@freeside.biz>
Fri, 8 Aug 2014 22:55:37 +0000 (15:55 -0700)
committerMark Wells <mark@freeside.biz>
Sun, 10 Aug 2014 00:39:41 +0000 (17:39 -0700)
FS/FS/cdr.pm

index cd14165..fce7a14 100644 (file)
@@ -368,7 +368,7 @@ to inspect other field.
 sub is_tollfree {
   my $self = shift;
   my $field = scalar(@_) ? shift : 'dst';
 sub is_tollfree {
   my $self = shift;
   my $field = scalar(@_) ? shift : 'dst';
-  my $country = $conf->config('tollfree-country');
+  my $country = $conf->config('tollfree-country') || '';
   if ( $country eq 'AU' ) { 
     ( $self->$field() =~ /^(\+?61)?1800/ ) ? 1 : 0;
   } elsif ( $country eq 'NZ' ) { 
   if ( $country eq 'AU' ) { 
     ( $self->$field() =~ /^(\+?61)?1800/ ) ? 1 : 0;
   } elsif ( $country eq 'NZ' ) {