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:
a8ec86f
)
Add contact source column for basic contact fields
author
francescbassas
<francesc@babu.cat>
Thu, 22 Apr 2021 07:05:32 +0000
(09:05 +0200)
committer
Francesc Bassas i Bullich
<francesc@babu.cat>
Thu, 22 Apr 2021 07:08:43 +0000
(09:08 +0200)
CRM/Report/Form.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form.php
b/CRM/Report/Form.php
index a20ca0d8de3b57c873e0c3f48e2163a5175d8772..fa1a841bf90e56832c7d4bb5cea1779b9a362507 100644
(file)
--- a/
CRM/Report/Form.php
+++ b/
CRM/Report/Form.php
@@
-4852,6
+4852,7
@@
LEFT JOIN civicrm_contact {$field['alias']} ON {$field['alias']}.id = {$this->_a
'suffix_id' => [
'title' => ts('Contact Suffix'),
],
+ 'source' => ['title' => ts('Contact Source')],
'postal_greeting_display' => ['title' => ts('Postal Greeting')],
'email_greeting_display' => ['title' => ts('Email Greeting')],
'addressee_display' => ['title' => ts('Addressee')],