Minor Changes for CRM-18010
authorWeb Access <rohan.katkar@webaccessglobal.com>
Thu, 11 Feb 2016 09:24:40 +0000 (14:54 +0530)
committerWeb Access <rohan.katkar@webaccessglobal.com>
Thu, 11 Feb 2016 09:24:40 +0000 (14:54 +0530)
CRM/Report/Form/Contribute/Lybunt.php
CRM/Report/Form/Event/IncomeCountSummary.php
CRM/Report/Form/Event/ParticipantListCount.php
CRM/Report/Form/Event/Summary.php
CRM/Report/Form/Pledge/Summary.php

index 621b3791a2415b6867f926aff00c8ed36cebb006..2b9580d60eeaad769092c6de5fef1c8c46d5761f 100644 (file)
@@ -222,6 +222,7 @@ class CRM_Report_Form_Contribute_Lybunt extends CRM_Report_Form {
           ),
           'financial_type_id' => array(
             'title' => ts('Financial Type'),
+            'type' => CRM_Utils_Type::T_INT,
             'operatorType' => CRM_Report_Form::OP_MULTISELECT,
             'options' => CRM_Financial_BAO_FinancialType::getAvailableFinancialTypes(),
           ),
index 983d2e02c380cddbc81d424f2a40b081e587353f..63cd87d03794c199d38bc2bb7f1d792c5e6dff69 100644 (file)
@@ -96,6 +96,7 @@ class CRM_Report_Form_Event_IncomeCountSummary extends CRM_Report_Form_Event {
           'event_type_id' => array(
             'name' => 'event_type_id',
             'title' => ts('Event Type'),
+            'type' => CRM_Utils_Type::T_INT,
             'operatorType' => CRM_Report_Form::OP_MULTISELECT,
             'options' => CRM_Core_OptionGroup::values('event_type'),
           ),
@@ -136,12 +137,14 @@ class CRM_Report_Form_Event_IncomeCountSummary extends CRM_Report_Form_Event {
           'sid' => array(
             'name' => 'status_id',
             'title' => ts('Participant Status'),
+            'type' => CRM_Utils_Type::T_INT,
             'operatorType' => CRM_Report_Form::OP_MULTISELECT,
             'options' => CRM_Event_PseudoConstant::participantStatus(),
           ),
           'rid' => array(
             'name' => 'role_id',
             'title' => ts('Participant Role'),
+            'type' => CRM_Utils_Type::T_INT,
             'operatorType' => CRM_Report_Form::OP_MULTISELECT,
             'options' => CRM_Event_PseudoConstant::participantRole(),
           ),
index 899052984551bffb10601b59be06d3cfc29593ef..8eebf323a3ce2f1d7f9842c5927f105ad577ead3 100644 (file)
@@ -234,6 +234,7 @@ class CRM_Report_Form_Event_ParticipantListCount extends CRM_Report_Form_Event {
           'sid' => array(
             'name' => 'status_id',
             'title' => ts('Participant Status'),
+            'type' => CRM_Utils_Type::T_INT,
             'operatorType' => CRM_Report_Form::OP_MULTISELECT,
             'options' => CRM_Event_PseudoConstant::participantStatus(NULL, NULL, 'label'),
           ),
@@ -273,6 +274,7 @@ class CRM_Report_Form_Event_ParticipantListCount extends CRM_Report_Form_Event {
           'eid' => array(
             'name' => 'event_type_id',
             'title' => ts('Event Type'),
+            'type' => CRM_Utils_Type::T_INT,
             'operatorType' => CRM_Report_Form::OP_MULTISELECT,
             'options' => CRM_Core_OptionGroup::values('event_type'),
           ),
index 6ce704134fcd6ebcda06273139194113d9c84653..fa0c88d0cd26375f9f0957dcf4f6f20b45d73ce5 100644 (file)
@@ -91,6 +91,7 @@ class CRM_Report_Form_Event_Summary extends CRM_Report_Form_Event {
           'event_type_id' => array(
             'name' => 'event_type_id',
             'title' => ts('Event Type'),
+            'type' => CRM_Utils_Type::T_INT,
             'operatorType' => CRM_Report_Form::OP_MULTISELECT,
             'options' => CRM_Core_OptionGroup::values('event_type'),
           ),
index 090e53e48532a3c1bc448610373cc2ebdfaac009..78c597b06f8ee1c7fe5a57205d1f66a016f77521 100644 (file)
@@ -142,11 +142,13 @@ class CRM_Report_Form_Pledge_Summary extends CRM_Report_Form {
           'sid' => array(
             'name' => 'status_id',
             'title' => ts('Pledge Status'),
+            'type' => CRM_Utils_Type::T_INT,
             'operatorType' => CRM_Report_Form::OP_MULTISELECT,
             'options' => CRM_Core_OptionGroup::values('contribution_status'),
           ),
           'financial_type_id' => array(
             'title' => ts('Financial Type'),
+            'type' => CRM_Utils_Type::T_INT,
             'operatorType' => CRM_Report_Form::OP_MULTISELECT,
             'options' => CRM_Contribute_PseudoConstant::financialType(),
           ),