CRM-9394
authoryashodha <yashodha.chaku@webaccess.co.in>
Wed, 13 Mar 2013 07:01:19 +0000 (12:31 +0530)
committeryashodha <yashodha.chaku@webaccess.co.in>
Sun, 17 Mar 2013 16:06:56 +0000 (21:36 +0530)
CRM/Report/Form/Contribute/Detail.php
CRM/Report/Form/Contribute/TopDonor.php
CRM/Report/Form/Pledge/Detail.php
CRM/Report/Form/Pledge/Pbnp.php

index 7ea48c1a203c3d5b08cbb987ca412346d4a9d71b..6f1af5a2796f67b512207a3ed9e3199450c0d482 100644 (file)
@@ -206,7 +206,7 @@ class CRM_Report_Form_Contribute_Detail extends CRM_Report_Form {
           'currency' =>
           array('title' => 'Currency',
             'operatorType' => CRM_Report_Form::OP_MULTISELECT,
-            'options' => CRM_Core_PseudoConstant::currencySymbols('name','name'),
+            'options' => CRM_Core_OptionGroup::values('currencies_enabled'),
             'type' => CRM_Utils_Type::T_STRING,
           ),
           'financial_type_id'   =>
index 37b41e9ab9123a6a0b7a77f4255ed68c6eb23ec6..3377d70a1410720acd0d56674db4f2f217357bb0 100644 (file)
@@ -98,7 +98,7 @@ class CRM_Report_Form_Contribute_TopDonor extends CRM_Report_Form {
           'currency' =>
           array('title' => 'Currency',
             'operatorType' => CRM_Report_Form::OP_MULTISELECT,
-            'options' => CRM_Core_PseudoConstant::currencySymbols('name','name'),
+            'options' => CRM_Core_OptionGroup::values('currencies_enabled'),
             'type' => CRM_Utils_Type::T_STRING,
             ),
           'total_range' =>
index 07fd06541413a3a49dee2f188834289bf0f21eab..2854e5aa5050e0e24691f5733208210775008bde 100644 (file)
@@ -135,7 +135,7 @@ class CRM_Report_Form_Pledge_Detail extends CRM_Report_Form {
           'currency' =>
           array('title' => 'Currency',
             'operatorType' => CRM_Report_Form::OP_MULTISELECT,
-            'options' => CRM_Core_PseudoConstant::currencySymbols('name','name'),
+            'options' => CRM_Core_OptionGroup::values('currencies_enabled'),
             'type' => CRM_Utils_Type::T_STRING,
           ),
           'sid' =>
index c97ea579ba6d11bddaae6d25750a99e446118d01..0d9a9a267571f357241fd0a76f7e89673195e12b 100644 (file)
@@ -102,7 +102,7 @@ class CRM_Report_Form_Pledge_Pbnp extends CRM_Report_Form {
           'currency' =>
           array('title' => 'Currency',
             'operatorType' => CRM_Report_Form::OP_MULTISELECT,
-            'options' => CRM_Core_PseudoConstant::currencySymbols('name','name'),
+            'options' => CRM_Core_OptionGroup::values('currencies_enabled'),
             'type' => CRM_Utils_Type::T_STRING,
           ),
           'financial_type_id' =>