wrong operator
[freeside.git] / FS / FS / cust_tax_location.pm
index 16a79db..7a6af34 100644 (file)
@@ -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});