noise reduction
authorjeff <jeff>
Wed, 30 Dec 2009 06:05:42 +0000 (06:05 +0000)
committerjeff <jeff>
Wed, 30 Dec 2009 06:05:42 +0000 (06:05 +0000)
FS/FS/cust_main.pm

index de83625..0235047 100644 (file)
@@ -7986,7 +7986,8 @@ sub geocode {
                ? 'ship_'
                : '';
 
-  my ($zip,$plus4) = split /-/, $self->get("${prefix}zip")
+  my ($zip,$plus4) = ( '', '' );
+  ($zip,$plus4) = split /-/, $self->get("${prefix}zip")
     if $self->country eq 'US';
 
   #CCH specific location stuff