From d371dfd88d9c2c10622dd1568b914d977a198dbc Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Tue, 14 Aug 2018 16:43:04 +0100 Subject: [PATCH] Fixed fatal error when Gender is selected in column --- CRM/Report/Form.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index a5b5e448b4..bd777224c8 100644 --- a/CRM/Report/Form.php +++ b/CRM/Report/Form.php @@ -5374,7 +5374,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, ), -- 2.25.1