projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b08e4e3
)
fix census tract formatting from EZLocate, #13763 and #23425
author
Mark Wells
<mark@freeside.biz>
Wed, 12 Jun 2013 19:52:02 +0000
(12:52 -0700)
committer
Mark Wells
<mark@freeside.biz>
Wed, 12 Jun 2013 19:52:02 +0000
(12:52 -0700)
FS/FS/Misc/Geo.pm
patch
|
blob
|
history
diff --git
a/FS/FS/Misc/Geo.pm
b/FS/FS/Misc/Geo.pm
index
2ad8311
..
3ab1ea7
100644
(file)
--- 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('%0
4
.2f',$match->{CEN_TRCT}),
+ sprintf('%0
7
.2f',$match->{CEN_TRCT}),
addr_clean => 'Y',
};
}