CRM-9394
authoryashodha <yashodha.chaku@webaccess.co.in>
Mon, 18 Mar 2013 07:08:33 +0000 (12:38 +0530)
committeryashodha <yashodha.chaku@webaccess.co.in>
Mon, 18 Mar 2013 10:44:16 +0000 (16:14 +0530)
14 files changed:
CRM/Report/Form/Contribute/Bookkeeping.php
CRM/Report/Form/Contribute/Detail.php
CRM/Report/Form/Contribute/HouseholdSummary.php
CRM/Report/Form/Contribute/OrganizationSummary.php
CRM/Report/Form/Contribute/SoftCredit.php
CRM/Report/Form/Contribute/Summary.php
CRM/Report/Form/Contribute/TopDonor.php
CRM/Report/Form/Event/ParticipantListing.php
CRM/Report/Form/Member/ContributionDetail.php
CRM/Report/Form/Member/Detail.php
CRM/Report/Form/Member/Summary.php
CRM/Report/Form/Pledge/Detail.php
CRM/Report/Form/Pledge/Pbnp.php
CRM/Report/Form/Pledge/Summary.php

index 9ac6039f8c160e6cbb97f33379a0bb706d4f35ea..858e9d0bd104e4a834e24c1682ce87cd6e3f594a 100644 (file)
@@ -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( 
index 6f1af5a2796f67b512207a3ed9e3199450c0d482..50bd5547779122910964a1dc66453ed9c1ffb6a0 100644 (file)
@@ -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'   =>
index 8c9f379d5def0908ae9ea2306099cbaacfcbc541..35f12cb258258944879322d435609195a6f603a0 100644 (file)
@@ -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' =>
index 6d1a56024c398cfd9ba912d60476757306a9060c..6604d124a9e71e713b219464f7a96de8a9c0dd0e 100644 (file)
@@ -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' =>
index 9c713e32773c35cd52d4a250dc813effd1e65db0..744131c1297cfd7b1cc486fac5929072492f2c18 100644 (file)
@@ -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' =>
index 19573520a6d82db217a37abcc03631a1c0c235a8..e18bfcfe368ad3ad5518a5e5f2e317ce1d849379 100644 (file)
@@ -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' =>
index 3377d70a1410720acd0d56674db4f2f217357bb0..78dffba2d5ac88906d502090e7e93507ddccd4ba 100644 (file)
@@ -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' =>
index bfafd861d949e1b59d853175466caee0a0645c84..bd97ebc42e5ab05db782b469391071743d218e52 100644 (file)
@@ -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,
           ),
 
index fc10bc56db17e6cadd20a7a3332f9eb90bdcacc6..0aeb0417e06b2166aa39204361fa04610ba6772a 100644 (file)
@@ -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' =>
index ee9577325884ca4b6970045e88f6f1839a15abb9..c07a4929c5b490984dfdd8e396a56726481838a3 100644 (file)
@@ -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' =>
index 7259cfe3feba24f60a825a786331ac71f8759a4c..b24d6dd918cdd37956523649eafc2a1147d87f4c 100644 (file)
@@ -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' =>
index 2854e5aa5050e0e24691f5733208210775008bde..0ecbaa3a911098a8dddbe10783ad02e80aaeae2a 100644 (file)
@@ -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' =>
index 0d9a9a267571f357241fd0a76f7e89673195e12b..8484de5a67e2486202950e0d5cafd0cdd5838512 100644 (file)
@@ -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' =>
index 1f487fc949d5290d38ac7c6e07252ded9e374c16..179cebb3f8c319e3601df06c12d55006f9632baa 100644 (file)
@@ -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' =>