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:
1c6526a
)
Fixed fatal error when Gender is selected in column
author
Pradeep Nayak
<pradpnayak@gmail.com>
Tue, 14 Aug 2018 15:43:04 +0000
(16:43 +0100)
committer
eileen
<emcnaughton@wikimedia.org>
Mon, 3 Sep 2018 21:45:02 +0000
(09:45 +1200)
CRM/Report/Form.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form.php
b/CRM/Report/Form.php
index 844c877ac68132084db316e761fac211d226d326..722c35f32364f3895c42aa49cbe297b994db1552 100644
(file)
--- a/
CRM/Report/Form.php
+++ b/
CRM/Report/Form.php
@@
-5406,7
+5406,6
@@
LEFT JOIN civicrm_contact {$field['alias']} ON {$field['alias']}.id = {$this->_a
'title' => $options['prefix_label'] . ts('Gender'),
'options' => CRM_Contact_BAO_Contact::buildOptions('gender_id'),
'operatorType' => CRM_Report_Form::OP_MULTISELECT,
- 'alter_display' => 'alterGenderID',
'is_fields' => TRUE,
'is_filters' => TRUE,
),