Skip to content
Snippets Groups Projects
Unverified Commit ab5db05b authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #17458 from eileenmcnaughton/export

#1725 Only export primary address fields
parents 2207b37c caa34349
Branches
Tags
No related merge requests found
......@@ -781,7 +781,8 @@ class CRM_Export_BAO_ExportProcessor {
$query = new CRM_Contact_BAO_Query($params, $returnProperties, NULL,
FALSE, FALSE, $this->getQueryMode(),
FALSE, TRUE, TRUE, NULL, $this->getQueryOperator()
FALSE, TRUE, TRUE, NULL, $this->getQueryOperator(),
NULL, TRUE
);
//sort by state
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment