summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeff <jeff>2009-02-16 05:59:44 +0000
committerjeff <jeff>2009-02-16 05:59:44 +0000
commit1855f08f225b076cd3db2af1c271478ea36f4c28 (patch)
tree2498fc413e8c33f8548561374386b59e64d7caea
parent399e73ed1e73443523d6889b703d04289ec0e117 (diff)
wrong operator
-rw-r--r--FS/FS/cust_tax_location.pm2
1 files changed, 1 insertions, 1 deletions
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});