X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fconfirm-censustract.html;h=0f115e5d7c8c79fbd9b3eaade4b01c7a5139e360;hp=f3fd0383ecfad8a5672c480c1c65dc6d579bd9c5;hb=HEAD;hpb=850f7e02ff0ca9f3514989d7d6c2a0ab96ac4e06 diff --git a/httemplate/misc/confirm-censustract.html b/httemplate/misc/confirm-censustract.html index f3fd0383e..02847f869 100644 --- a/httemplate/misc/confirm-censustract.html +++ b/httemplate/misc/confirm-censustract.html @@ -16,11 +16,13 @@ Confirm census tract <% $location{address1} |h %> <% $location{address2} |h %>
<% $location{city} |h %>, <% $location{state} |h %> <% $location{zip} |h %>

-% my $querystring = "census_year=$year&address=$location{address1}, $location{address2}, $location{city}, $location{state}"; +% my $address1 = $location{address1}; +% $address1 =~ s/(apt|ste|suite|unit)[\s\d]\w*\s*$//i; +% my $querystring = "census_year=$year&address=$address1, $location{address2}, $location{city}, $location{state}"; Map service module location
+>Map service location
% $querystring = "census_year=$year&pre=$pre&zip_code=" . $cache->get('zip');