Skip to content

Commit

Permalink
Merge pull request #12661 from pradpnayak/report-error-gender
Browse files Browse the repository at this point in the history
Fixed fatal error when Gender is selected in column
  • Loading branch information
eileenmcnaughton authored Aug 14, 2018
2 parents 3422e9b + d371dfd commit 3922ba6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CRM/Report/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -5376,7 +5376,6 @@ protected function getContactColumns($options = array()) {
'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,
),
Expand Down

0 comments on commit 3922ba6

Please sign in to comment.