From: jeff Date: Wed, 30 Dec 2009 06:05:42 +0000 (+0000) Subject: noise reduction X-Git-Tag: root_of_svc_elec_features~583 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=d5ac80a134c2c2ab9f1fb36828b59bcdc7a9b0f6 noise reduction --- diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index de836257e..023504730 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -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