projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dd6548
)
dev/core#1725 Only export primary address fields
author
eileen
<emcnaughton@wikimedia.org>
Mon, 1 Jun 2020 23:55:07 +0000
(11:55 +1200)
committer
eileen
<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
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Export/BAO/ExportProcessor.php
b/CRM/Export/BAO/ExportProcessor.php
index 31ad915d3e2d6ba2a63f1cc223e2550be4d1f71d..e23467a8a058b92512173b58b4aed95b98910d8d 100644
(file)
--- a/
CRM/Export/BAO/ExportProcessor.php
+++ b/
CRM/Export/BAO/ExportProcessor.php
@@
-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