dev/core#1725 Only export primary address fields
authoreileen <emcnaughton@wikimedia.org>
Mon, 1 Jun 2020 23:55:07 +0000 (11:55 +1200)
committereileen <emcnaughton@wikimedia.org>
Mon, 1 Jun 2020 23:55:07 +0000 (11:55 +1200)
Per ticket the queries just don't work otherwise....

CRM/Export/BAO/ExportProcessor.php

index 31ad915d3e2d6ba2a63f1cc223e2550be4d1f71d..e23467a8a058b92512173b58b4aed95b98910d8d 100644 (file)
@@ -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