diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index a5b5e448b449..bd777224c8ac 100644 --- a/CRM/Report/Form.php +++ b/CRM/Report/Form.php @@ -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, ),