summaryrefslogtreecommitdiff
path: root/FS/FS/Misc/Geo.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-06-12 13:28:41 -0700
committerIvan Kohler <ivan@freeside.biz>2013-06-12 13:28:41 -0700
commitb6b3cfc0f5967d9c2c73202ab73cadfce2a63b67 (patch)
tree98eeb317f2e0768f5593c34c169329c20c943ec4 /FS/FS/Misc/Geo.pm
parent5d3f0bee89466e382851b8d0f0c76de3f35bb6b6 (diff)
parentd08a4af5ba980ca3df5f821f63500e282d442f73 (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'FS/FS/Misc/Geo.pm')
-rw-r--r--FS/FS/Misc/Geo.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Misc/Geo.pm b/FS/FS/Misc/Geo.pm
index 71098ebb2..53efb3686 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',
};
}