summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorjeff <jeff>2009-12-30 06:05:42 +0000
committerjeff <jeff>2009-12-30 06:05:42 +0000
commitd5ac80a134c2c2ab9f1fb36828b59bcdc7a9b0f6 (patch)
treeac07d3385a4908c561f1d30748077249156beb61 /FS
parent72c830603e8a899670861e38403cef8ed89255da (diff)
noise reduction
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_main.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm
index de83625..0235047 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