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:
0270096
)
CRM-15523 - Add sub-type custom fields to list of available tokens
author
Coleman Watts
<coleman@civicrm.org>
Fri, 24 Oct 2014 19:33:11 +0000
(15:33 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Fri, 24 Oct 2014 19:33:11 +0000
(15:33 -0400)
CRM/Contact/BAO/Contact.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/BAO/Contact.php
b/CRM/Contact/BAO/Contact.php
index dcc9fb0856013ce289296a88c467ce65168c8636..d544bb648070393e10897243f9e12af1e36cfe99 100644
(file)
--- a/
CRM/Contact/BAO/Contact.php
+++ b/
CRM/Contact/BAO/Contact.php
@@
-1445,7
+1445,7
@@
WHERE id={$id}; ";
if ($contactType != 'All') {
$fields = array_merge($fields,
- CRM_Core_BAO_CustomField::getFieldsForImport($contactType, $status,
TRU
E, $search, TRUE, $withMultiRecord)
+ CRM_Core_BAO_CustomField::getFieldsForImport($contactType, $status,
FALS
E, $search, TRUE, $withMultiRecord)
);
}
else {