[freeside-commits] freeside/FS/FS cust_tax_location.pm,1.4,1.5

Jeff Finucane,420,, jeff at wavetail.420.am
Tue Dec 9 18:48:00 PST 2008


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv11429

Modified Files:
	cust_tax_location.pm 
Log Message:
space is empty

Index: cust_tax_location.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_tax_location.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cust_tax_location.pm	3 Dec 2008 01:42:25 -0000	1.4
+++ cust_tax_location.pm	10 Dec 2008 02:47:57 -0000	1.5
@@ -221,6 +221,8 @@
       $hash->{'data_vendor'} = 'cch-zip';
       delete($hash->{$_}) foreach qw( countyfips countydef unique );
 
+      $hash->{'cityflag'} = s/ //g;
+
       if (exists($hash->{actionflag}) && $hash->{actionflag} eq 'D') {
         delete($hash->{actionflag});
 



More information about the freeside-commits mailing list