space is empty
authorjeff <jeff>
Wed, 10 Dec 2008 02:47:57 +0000 (02:47 +0000)
committerjeff <jeff>
Wed, 10 Dec 2008 02:47:57 +0000 (02:47 +0000)
FS/FS/cust_tax_location.pm

index f77ad37..bb61089 100644 (file)
@@ -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});