Skip to content
Snippets Groups Projects
Commit 29104257 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

Merge pull request #1150 from eileenmcnaughton/CRM-13040

CRM-13040 allow for possiblility geocoder sets postcode
parents 12d98f6c d40fd297
No related branches found
No related tags found
No related merge requests found
......@@ -190,6 +190,8 @@ class CRM_Utils_Address_BatchUpdate {
$totalGeocoded++;
$addressParams['geo_code_1'] = $params['geo_code_1'];
$addressParams['geo_code_2'] = $params['geo_code_2'];
$addressParams['postal_code'] = $params['postal_code'];
$addressParams['postal_code_suffix'] = $params['postal_code_suffix'];
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment