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:
c9baa85
)
dev/core#175 - Smart group involving relationship type filter display incorrect results
author
Jitendra Purohit
<jitendra@fuzion.co.nz>
Mon, 11 Jun 2018 09:50:58 +0000
(15:20 +0530)
committer
Jitendra Purohit
<jitendra@fuzion.co.nz>
Mon, 11 Jun 2018 09:50:58 +0000
(15:20 +0530)
CRM/Contact/BAO/Query.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/BAO/Query.php
b/CRM/Contact/BAO/Query.php
index 4e02c364dde3d56018d3c4f6d127c6b6b6716867..2525c3884432b692e694a8a7a48c77458f6beed9 100644
(file)
--- a/
CRM/Contact/BAO/Query.php
+++ b/
CRM/Contact/BAO/Query.php
@@
-4066,7
+4066,7
@@
WHERE $smartGroupClause
$relationType[2] = (array) $relationType[2];
foreach ($relationType[2] as $relType) {
$rel = explode('_', $relType);
- self::$_relType
.
= $rel[1];
+ self::$_relType = $rel[1];
$params = array('id' => $rel[0]);
$typeValues = array();
$rTypeValue = CRM_Contact_BAO_RelationshipType::retrieve($params, $typeValues);