From b44411a56079d861c371270cc7383f96a983655c 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 844c877ac6..722c35f323 100644 --- 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, ), -- 2.25.1