From: Mark Wells Date: Wed, 12 Jun 2013 19:33:34 +0000 (-0700) Subject: fix census tract formatting from EZLocate, #13763 and #23425 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=59340bb2d8c9bd8445b6890da2a57b6f004b4b97;p=freeside.git fix census tract formatting from EZLocate, #13763 and #23425 --- diff --git a/FS/FS/Misc/Geo.pm b/FS/FS/Misc/Geo.pm index 2ad8311d0..3ab1ea72f 100644 --- a/FS/FS/Misc/Geo.pm +++ b/FS/FS/Misc/Geo.pm @@ -393,7 +393,7 @@ sub standardize_ezlocate { latitude => $match->{MAT_LAT}, longitude => $match->{MAT_LON}, censustract => $match->{FIPS_ST}.$match->{FIPS_CTY}. - sprintf('%04.2f',$match->{CEN_TRCT}), + sprintf('%07.2f',$match->{CEN_TRCT}), addr_clean => 'Y', }; }