From: jeff Date: Wed, 30 Dec 2009 06:06:12 +0000 (+0000) Subject: noise reduction X-Git-Tag: freeside_1_9_2~148 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=96eb59da15f46c0e69abd19945a46766df3474a3;p=freeside.git noise reduction --- diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index c5e5ba0e6..b40f18afb 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -7875,7 +7875,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