Fixed fatal error when Gender is selected in column
authorPradeep Nayak <pradpnayak@gmail.com>
Tue, 14 Aug 2018 15:43:04 +0000 (16:43 +0100)
committereileen <emcnaughton@wikimedia.org>
Mon, 3 Sep 2018 21:45:02 +0000 (09:45 +1200)
CRM/Report/Form.php

index 844c877ac68132084db316e761fac211d226d326..722c35f32364f3895c42aa49cbe297b994db1552 100644 (file)
@@ -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,
       ),