From 0637f1c45ee4295c705d20989edcbe59ef9459ea Mon Sep 17 00:00:00 2001 From: yashodha Date: Wed, 13 Mar 2013 12:31:19 +0530 Subject: [PATCH] CRM-9394 --- CRM/Report/Form/Contribute/Detail.php | 2 +- CRM/Report/Form/Contribute/TopDonor.php | 2 +- CRM/Report/Form/Pledge/Detail.php | 2 +- CRM/Report/Form/Pledge/Pbnp.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CRM/Report/Form/Contribute/Detail.php b/CRM/Report/Form/Contribute/Detail.php index 7ea48c1a20..6f1af5a279 100644 --- a/CRM/Report/Form/Contribute/Detail.php +++ b/CRM/Report/Form/Contribute/Detail.php @@ -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' => diff --git a/CRM/Report/Form/Contribute/TopDonor.php b/CRM/Report/Form/Contribute/TopDonor.php index 37b41e9ab9..3377d70a14 100644 --- a/CRM/Report/Form/Contribute/TopDonor.php +++ b/CRM/Report/Form/Contribute/TopDonor.php @@ -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' => diff --git a/CRM/Report/Form/Pledge/Detail.php b/CRM/Report/Form/Pledge/Detail.php index 07fd065414..2854e5aa50 100644 --- a/CRM/Report/Form/Pledge/Detail.php +++ b/CRM/Report/Form/Pledge/Detail.php @@ -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' => diff --git a/CRM/Report/Form/Pledge/Pbnp.php b/CRM/Report/Form/Pledge/Pbnp.php index c97ea579ba..0d9a9a2675 100644 --- a/CRM/Report/Form/Pledge/Pbnp.php +++ b/CRM/Report/Form/Pledge/Pbnp.php @@ -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' => -- 2.25.1