Refactored out of CRM_Core_PseudoConstant: ufGroup(), currencySymbols(). CRM-12464
[civicrm-core.git] / CRM / Report / Form / Grant / Statistics.php
index 26d693aecf27f2190208549cee5bd30806faf5f5..b6b1ac4eb98284d97a3402da581f1a964f92399b 100644 (file)
@@ -548,7 +548,7 @@ SELECT COUNT({$this->_aliases['civicrm_grant']}.id) as count ,
       return;
     }
 
-    $currencies = CRM_Core_PseudoConstant::currencySymbols('symbol', 'name');
+    $currencies = CRM_Core_PseudoConstant::get('CRM_Grant_DAO_Grant', 'currency');
     $currency = $currencies[$values['civicrm_grant_currency']];
 
     if (!$customData) {