Skip to content

Commit

Permalink
Fixed fatal error when Gender is selected in column
Browse files Browse the repository at this point in the history
  • Loading branch information
pradpnayak committed Aug 14, 2018
1 parent 505bff5 commit d371dfd
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 @@ -5374,7 +5374,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 d371dfd

Please sign in to comment.