From d1b0931b594135d410e5307b1a03f5e67ef83e6c Mon Sep 17 00:00:00 2001 From: yashodha Date: Mon, 18 Mar 2013 12:38:33 +0530 Subject: [PATCH] CRM-9394 --- CRM/Report/Form/Contribute/Bookkeeping.php | 1 + CRM/Report/Form/Contribute/Detail.php | 1 + CRM/Report/Form/Contribute/HouseholdSummary.php | 1 + CRM/Report/Form/Contribute/OrganizationSummary.php | 1 + CRM/Report/Form/Contribute/SoftCredit.php | 1 + CRM/Report/Form/Contribute/Summary.php | 1 + CRM/Report/Form/Contribute/TopDonor.php | 1 + CRM/Report/Form/Event/ParticipantListing.php | 1 + CRM/Report/Form/Member/ContributionDetail.php | 1 + CRM/Report/Form/Member/Detail.php | 1 + CRM/Report/Form/Member/Summary.php | 1 + CRM/Report/Form/Pledge/Detail.php | 1 + CRM/Report/Form/Pledge/Pbnp.php | 1 + CRM/Report/Form/Pledge/Summary.php | 1 + 14 files changed, 14 insertions(+) diff --git a/CRM/Report/Form/Contribute/Bookkeeping.php b/CRM/Report/Form/Contribute/Bookkeeping.php index 9ac6039f8c..858e9d0bd1 100644 --- a/CRM/Report/Form/Contribute/Bookkeeping.php +++ b/CRM/Report/Form/Contribute/Bookkeeping.php @@ -224,6 +224,7 @@ class CRM_Report_Form_Contribute_Bookkeeping extends CRM_Report_Form { 'title' => 'Currency', 'operatorType' => CRM_Report_Form::OP_MULTISELECT, 'options' => CRM_Core_OptionGroup::values('currencies_enabled'), + 'default' => NULL, 'type' => CRM_Utils_Type::T_STRING, ), 'trxn_date' => array( diff --git a/CRM/Report/Form/Contribute/Detail.php b/CRM/Report/Form/Contribute/Detail.php index 6f1af5a279..50bd554777 100644 --- a/CRM/Report/Form/Contribute/Detail.php +++ b/CRM/Report/Form/Contribute/Detail.php @@ -207,6 +207,7 @@ class CRM_Report_Form_Contribute_Detail extends CRM_Report_Form { array('title' => 'Currency', 'operatorType' => CRM_Report_Form::OP_MULTISELECT, 'options' => CRM_Core_OptionGroup::values('currencies_enabled'), + 'default' => NULL, 'type' => CRM_Utils_Type::T_STRING, ), 'financial_type_id' => diff --git a/CRM/Report/Form/Contribute/HouseholdSummary.php b/CRM/Report/Form/Contribute/HouseholdSummary.php index 8c9f379d5d..35f12cb258 100644 --- a/CRM/Report/Form/Contribute/HouseholdSummary.php +++ b/CRM/Report/Form/Contribute/HouseholdSummary.php @@ -150,6 +150,7 @@ class CRM_Report_Form_Contribute_HouseholdSummary extends CRM_Report_Form { array('title' => 'Currency', 'operatorType' => CRM_Report_Form::OP_MULTISELECT, 'options' => CRM_Core_OptionGroup::values('currencies_enabled'), + 'default' => NULL, 'type' => CRM_Utils_Type::T_STRING, ), 'contribution_status_id' => diff --git a/CRM/Report/Form/Contribute/OrganizationSummary.php b/CRM/Report/Form/Contribute/OrganizationSummary.php index 6d1a56024c..6604d124a9 100644 --- a/CRM/Report/Form/Contribute/OrganizationSummary.php +++ b/CRM/Report/Form/Contribute/OrganizationSummary.php @@ -150,6 +150,7 @@ class CRM_Report_Form_Contribute_OrganizationSummary extends CRM_Report_Form { array('title' => 'Currency', 'operatorType' => CRM_Report_Form::OP_MULTISELECT, 'options' => CRM_Core_OptionGroup::values('currencies_enabled'), + 'default' => NULL, 'type' => CRM_Utils_Type::T_STRING, ), 'contribution_status_id' => diff --git a/CRM/Report/Form/Contribute/SoftCredit.php b/CRM/Report/Form/Contribute/SoftCredit.php index 9c713e3277..744131c129 100644 --- a/CRM/Report/Form/Contribute/SoftCredit.php +++ b/CRM/Report/Form/Contribute/SoftCredit.php @@ -168,6 +168,7 @@ class CRM_Report_Form_Contribute_SoftCredit extends CRM_Report_Form { array('title' => 'Currency', 'operatorType' => CRM_Report_Form::OP_MULTISELECT, 'options' => CRM_Core_OptionGroup::values('currencies_enabled'), + 'default' => NULL, 'type' => CRM_Utils_Type::T_STRING, ), 'contribution_status_id' => diff --git a/CRM/Report/Form/Contribute/Summary.php b/CRM/Report/Form/Contribute/Summary.php index 19573520a6..e18bfcfe36 100644 --- a/CRM/Report/Form/Contribute/Summary.php +++ b/CRM/Report/Form/Contribute/Summary.php @@ -154,6 +154,7 @@ class CRM_Report_Form_Contribute_Summary extends CRM_Report_Form { array('title' => 'Currency', 'operatorType' => CRM_Report_Form::OP_MULTISELECT, 'options' => CRM_Core_OptionGroup::values('currencies_enabled'), + 'default' => NULL, 'type' => CRM_Utils_Type::T_STRING, ), 'financial_type_id' => diff --git a/CRM/Report/Form/Contribute/TopDonor.php b/CRM/Report/Form/Contribute/TopDonor.php index 3377d70a14..78dffba2d5 100644 --- a/CRM/Report/Form/Contribute/TopDonor.php +++ b/CRM/Report/Form/Contribute/TopDonor.php @@ -99,6 +99,7 @@ class CRM_Report_Form_Contribute_TopDonor extends CRM_Report_Form { array('title' => 'Currency', 'operatorType' => CRM_Report_Form::OP_MULTISELECT, 'options' => CRM_Core_OptionGroup::values('currencies_enabled'), + 'default' => NULL, 'type' => CRM_Utils_Type::T_STRING, ), 'total_range' => diff --git a/CRM/Report/Form/Event/ParticipantListing.php b/CRM/Report/Form/Event/ParticipantListing.php index bfafd861d9..bd97ebc42e 100644 --- a/CRM/Report/Form/Event/ParticipantListing.php +++ b/CRM/Report/Form/Event/ParticipantListing.php @@ -174,6 +174,7 @@ class CRM_Report_Form_Event_ParticipantListing extends CRM_Report_Form_Event { array('title' => 'Currency', 'operatorType' => CRM_Report_Form::OP_MULTISELECT, 'options' => CRM_Core_OptionGroup::values('currencies_enabled'), + 'default' => NULL, 'type' => CRM_Utils_Type::T_STRING, ), diff --git a/CRM/Report/Form/Member/ContributionDetail.php b/CRM/Report/Form/Member/ContributionDetail.php index fc10bc56db..0aeb0417e0 100644 --- a/CRM/Report/Form/Member/ContributionDetail.php +++ b/CRM/Report/Form/Member/ContributionDetail.php @@ -244,6 +244,7 @@ class CRM_Report_Form_Member_ContributionDetail extends CRM_Report_Form { array('title' => 'Currency', 'operatorType' => CRM_Report_Form::OP_MULTISELECT, 'options' => CRM_Core_OptionGroup::values('currencies_enabled'), + 'default' => NULL, 'type' => CRM_Utils_Type::T_STRING, ), 'payment_instrument_id' => diff --git a/CRM/Report/Form/Member/Detail.php b/CRM/Report/Form/Member/Detail.php index ee95773258..c07a4929c5 100644 --- a/CRM/Report/Form/Member/Detail.php +++ b/CRM/Report/Form/Member/Detail.php @@ -239,6 +239,7 @@ class CRM_Report_Form_Member_Detail extends CRM_Report_Form { array('title' => 'Currency', 'operatorType' => CRM_Report_Form::OP_MULTISELECT, 'options' => CRM_Core_OptionGroup::values('currencies_enabled'), + 'default' => NULL, 'type' => CRM_Utils_Type::T_STRING, ), 'contribution_status_id' => diff --git a/CRM/Report/Form/Member/Summary.php b/CRM/Report/Form/Member/Summary.php index 7259cfe3fe..b24d6dd918 100644 --- a/CRM/Report/Form/Member/Summary.php +++ b/CRM/Report/Form/Member/Summary.php @@ -151,6 +151,7 @@ class CRM_Report_Form_Member_Summary extends CRM_Report_Form { array('title' => 'Currency', 'operatorType' => CRM_Report_Form::OP_MULTISELECT, 'options' => CRM_Core_OptionGroup::values('currencies_enabled'), + 'default' => NULL, 'type' => CRM_Utils_Type::T_STRING, ), 'contribution_status_id' => diff --git a/CRM/Report/Form/Pledge/Detail.php b/CRM/Report/Form/Pledge/Detail.php index 2854e5aa50..0ecbaa3a91 100644 --- a/CRM/Report/Form/Pledge/Detail.php +++ b/CRM/Report/Form/Pledge/Detail.php @@ -136,6 +136,7 @@ class CRM_Report_Form_Pledge_Detail extends CRM_Report_Form { array('title' => 'Currency', 'operatorType' => CRM_Report_Form::OP_MULTISELECT, 'options' => CRM_Core_OptionGroup::values('currencies_enabled'), + 'default' => NULL, 'type' => CRM_Utils_Type::T_STRING, ), 'sid' => diff --git a/CRM/Report/Form/Pledge/Pbnp.php b/CRM/Report/Form/Pledge/Pbnp.php index 0d9a9a2675..8484de5a67 100644 --- a/CRM/Report/Form/Pledge/Pbnp.php +++ b/CRM/Report/Form/Pledge/Pbnp.php @@ -103,6 +103,7 @@ class CRM_Report_Form_Pledge_Pbnp extends CRM_Report_Form { array('title' => 'Currency', 'operatorType' => CRM_Report_Form::OP_MULTISELECT, 'options' => CRM_Core_OptionGroup::values('currencies_enabled'), + 'default' => NULL, 'type' => CRM_Utils_Type::T_STRING, ), 'financial_type_id' => diff --git a/CRM/Report/Form/Pledge/Summary.php b/CRM/Report/Form/Pledge/Summary.php index 1f487fc949..179cebb3f8 100644 --- a/CRM/Report/Form/Pledge/Summary.php +++ b/CRM/Report/Form/Pledge/Summary.php @@ -145,6 +145,7 @@ class CRM_Report_Form_Pledge_Summary extends CRM_Report_Form { array('title' => 'Currency', 'operatorType' => CRM_Report_Form::OP_MULTISELECT, 'options' => CRM_Core_OptionGroup::values('currencies_enabled'), + 'default' => NULL, 'type' => CRM_Utils_Type::T_STRING, ), 'sid' => -- 2.25.1