projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72c8306
)
noise reduction
author
jeff
<jeff>
Wed, 30 Dec 2009 06:05:42 +0000
(06:05 +0000)
committer
jeff
<jeff>
Wed, 30 Dec 2009 06:05:42 +0000
(06:05 +0000)
FS/FS/cust_main.pm
patch
|
blob
|
history
diff --git
a/FS/FS/cust_main.pm
b/FS/FS/cust_main.pm
index
de83625
..
0235047
100644
(file)
--- 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