X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fopenmap.html;h=15de2882af9e9a6e31c65e4ce7e09de830ab6a47;hb=6bdaa1a94ef1754ebc874c2a8033a100de60fdb6;hp=a9a70337f68ba48bac6a660cdf3928e99cf760cd;hpb=0286b3f17c167e5e54d364b9972f6b055bdfd968;p=freeside.git diff --git a/httemplate/misc/openmap.html b/httemplate/misc/openmap.html index a9a70337f..15de2882a 100644 --- a/httemplate/misc/openmap.html +++ b/httemplate/misc/openmap.html @@ -78,6 +78,6 @@ my $census_year = $cgi->param('census_year'); my $pre = $cgi->param('pre'); my $zip_code = $cgi->param('zip_code'); my $address = $cgi->param('address'); -my $loc = $zip_code ? $zip_code : $address; +my $loc = $zip_code ? $zip_code.', United States' : $address;