X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_tax_location.pm;h=7a6af341d95599c606d950e1471d0099586f2581;hb=1855f08f225b076cd3db2af1c271478ea36f4c28;hp=16a79db6ae7cf856f6bce5a2a599ffbbe1aafbc2;hpb=38c9750a1c91c591b2c6df5c5dbcfa60dd8eb682;p=freeside.git diff --git a/FS/FS/cust_tax_location.pm b/FS/FS/cust_tax_location.pm index 16a79db6a..7a6af341d 100644 --- a/FS/FS/cust_tax_location.pm +++ b/FS/FS/cust_tax_location.pm @@ -221,7 +221,7 @@ sub batch_import { $hash->{'data_vendor'} = 'cch-zip'; delete($hash->{$_}) foreach qw( countyfips countydef unique ); - $hash->{'cityflag'} = s/ //g; + $hash->{'cityflag'} =~ s/ //g; if (exists($hash->{actionflag}) && $hash->{actionflag} eq 'D') { delete($hash->{actionflag});