From 96eb59da15f46c0e69abd19945a46766df3474a3 Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 30 Dec 2009 06:06:12 +0000 Subject: [PATCH] noise reduction --- FS/FS/cust_main.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.11.0