From 1c193324bf46f033c3b3fddd9b68ff570b56c8d8 Mon Sep 17 00:00:00 2001 From: "deb.monish" Date: Mon, 8 Feb 2016 16:29:41 +0530 Subject: [PATCH] CRM-17485 fix --- CRM/Report/Form/Event/ParticipantListCount.php | 1 + 1 file changed, 1 insertion(+) 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( -- 2.25.1