From: jeff Date: Mon, 16 Feb 2009 05:59:44 +0000 (+0000) Subject: wrong operator X-Git-Tag: root_of_webpay_support~55 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=1855f08f225b076cd3db2af1c271478ea36f4c28 wrong operator --- 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});