summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorjeff <jeff>2008-12-10 02:47:57 +0000
committerjeff <jeff>2008-12-10 02:47:57 +0000
commit292f858b3403986811a02b694b544ebf22becd26 (patch)
tree64eb80e926efd5ead0681c4fce6bcd59b0b56e63 /FS
parenta3342227e5f64a2ef4d45ccd5c6101b325549f01 (diff)
space is empty
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_tax_location.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/cust_tax_location.pm b/FS/FS/cust_tax_location.pm
index f77ad3709..bb61089cb 100644
--- a/FS/FS/cust_tax_location.pm
+++ b/FS/FS/cust_tax_location.pm
@@ -221,6 +221,8 @@ sub batch_import {
$hash->{'data_vendor'} = 'cch-zip';
delete($hash->{$_}) foreach qw( countyfips countydef unique );
+ $hash->{'cityflag'} = s/ //g;
+
if (exists($hash->{actionflag}) && $hash->{actionflag} eq 'D') {
delete($hash->{actionflag});