diff options
author | Ivan Kohler <ivan@freeside.biz> | 2022-04-27 13:54:40 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2022-04-27 13:54:40 -0700 |
commit | 529b2019dc860419dfaff52ed497af12adfad7a3 (patch) | |
tree | 823fbcb8407cfa210fcde0128ac2ad30beccac09 | |
parent | 9d03d9e62337c96c8e9d7c730bceee4c73bceee7 (diff) |
doc
-rw-r--r-- | FS/FS/GeocodeCache.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/GeocodeCache.pm b/FS/FS/GeocodeCache.pm index 430a90fd7..9a30f0050 100644 --- a/FS/FS/GeocodeCache.pm +++ b/FS/FS/GeocodeCache.pm @@ -110,7 +110,8 @@ Look up the censustract, if it's not already filled in, and return it. On error, sets 'error' and returns nothing. This uses the "get_censustract_*" methods in L<FS::Misc::Geo>; currently -the only one is 'ffiec'. +available are 'uscensus' (default) or 'ffiec' (legacy, used if the +census_legacy configuration option is set). =cut |