From: deb.monish Date: Mon, 8 Feb 2016 10:59:41 +0000 (+0530) Subject: CRM-17485 fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1c193324bf46f033c3b3fddd9b68ff570b56c8d8;p=civicrm-core.git CRM-17485 fix --- diff --git a/CRM/Report/Form/Event/ParticipantListCount.php b/CRM/Report/Form/Event/ParticipantListCount.php index b9f2d2c694..8990529845 100644 --- a/CRM/Report/Form/Event/ParticipantListCount.php +++ b/CRM/Report/Form/Event/ParticipantListCount.php @@ -241,6 +241,7 @@ class CRM_Report_Form_Event_ParticipantListCount extends CRM_Report_Form_Event { 'name' => 'role_id', 'title' => ts('Participant Role'), 'operatorType' => CRM_Report_Form::OP_MULTISELECT_SEPARATOR, + 'type' => CRM_Utils_Type::T_INT, 'options' => CRM_Event_PseudoConstant::participantRole(), ), 'participant_register_date' => array(