Merge pull request #15923 from eileenmcnaughton/act_order
[civicrm-core.git] / CRM / Event / Form / ParticipantFeeSelection.php
index ee1827f388815e4dea8dfa29d0859a363c6d9963..d79cc636e17da6f121a06ce7666f69fffd75b8ef 100644 (file)
@@ -159,8 +159,7 @@ class CRM_Event_Form_ParticipantFeeSelection extends CRM_Core_Form {
     $this->assign('pendingRefund', array_search('Pending refund', $statuses));
     $this->assign('participantStatus', $this->_participantStatus);
 
-    $config = CRM_Core_Config::singleton();
-    $this->assign('currencySymbol', $config->defaultCurrencySymbol);
+    $this->assign('currencySymbol', CRM_Core_BAO_Country::defaultCurrencySymbol());
 
     // line items block
     $lineItem = $event = [];