From: jeff Date: Wed, 10 Dec 2008 02:47:57 +0000 (+0000) Subject: space is empty X-Git-Tag: root_of_webpay_support~200 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=292f858b3403986811a02b694b544ebf22becd26 space is empty --- 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});