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:
52909a7
)
CRM-17115 also add nick_name & addressee_display
author
eileenmcnaugton
<eileen@fuzion.co.nz>
Mon, 31 Aug 2015 06:46:53 +0000
(18:46 +1200)
committer
eileenmcnaugton
<eileen@fuzion.co.nz>
Mon, 31 Aug 2015 06:46:53 +0000
(18:46 +1200)
CRM/Report/Form.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form.php
b/CRM/Report/Form.php
index 89b47f51ab103bb6f42363311312cfd045fdff99..8180a3c46ebb97ebc4ebddabf5ee7aefa12dea0f 100644
(file)
--- a/
CRM/Report/Form.php
+++ b/
CRM/Report/Form.php
@@
-4340,6
+4340,9
@@
LEFT JOIN civicrm_contact {$field['alias']} ON {$field['alias']}.id = {$this->_a
'first_name' => array(
'title' => ts('First Name'),
),
+ 'nick_name' => array(
+ 'title' => ts('Nick Name'),
+ ),
'middle_name' => array(
'title' => ts('Middle Name'),
),
@@
-4351,6
+4354,7
@@
LEFT JOIN civicrm_contact {$field['alias']} ON {$field['alias']}.id = {$this->_a
),
'postal_greeting_display' => array('title' => ts('Postal Greeting')),
'email_greeting_display' => array('title' => ts('Email Greeting')),
+ 'addressee_display' => array('title' => ts('Email Greeting')),
'contact_type' => array(
'title' => ts('Contact Type'),
),