[freeside-commits] freeside/FS/FS cust_tax_location.pm,1.6,1.7
Jeff Finucane,420,,
jeff at wavetail.420.am
Sun Feb 15 21:59:47 PST 2009
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv29024
Modified Files:
cust_tax_location.pm
Log Message:
wrong operator
Index: cust_tax_location.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_tax_location.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- cust_tax_location.pm 12 Feb 2009 19:48:23 -0000 1.6
+++ cust_tax_location.pm 16 Feb 2009 05:59:44 -0000 1.7
@@ -221,7 +221,7 @@
$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});
More information about the freeside-commits
mailing list