From 292f858b3403986811a02b694b544ebf22becd26 Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 10 Dec 2008 02:47:57 +0000 Subject: [PATCH] space is empty --- FS/FS/cust_tax_location.pm | 2 ++ 1 file changed, 2 insertions(+) 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}); -- 2.11.0