From baf55cf32d45b58b5030a2fe113f14f2928416f7 Mon Sep 17 00:00:00 2001 From: Samuel Vanhove Date: Tue, 16 Jun 2020 16:03:47 -0400 Subject: [PATCH] Bug in Grant statistics report --- CRM/Report/Form/Grant/Statistics.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Report/Form/Grant/Statistics.php b/CRM/Report/Form/Grant/Statistics.php index f4e76f98fd..b60f943382 100644 --- a/CRM/Report/Form/Grant/Statistics.php +++ b/CRM/Report/Form/Grant/Statistics.php @@ -533,7 +533,7 @@ SELECT COUNT({$this->_aliases['civicrm_grant']}.id) as count , return; } - $currencies = CRM_Core_PseudoConstant::get('CRM_Grant_DAO_Grant', 'currency', ['labelColumn' => 'symbol']); + $currencies = CRM_Core_PseudoConstant::get('CRM_Grant_DAO_Grant', 'currency', ['labelColumn' => 'name']); $currency = $currencies[$values['civicrm_grant_currency']]; if (!$customData) { -- 2.25.1