CRM-18438: Default currency shown in contribution selector
authoryashodha <yashodha.chaku@webaccessglobal.com>
Tue, 19 Apr 2016 13:31:41 +0000 (19:01 +0530)
committeryashodha <yashodha.chaku@webaccessglobal.com>
Tue, 19 Apr 2016 13:31:41 +0000 (19:01 +0530)
----------------------------------------
* CRM-18438: Default currency shown in contribution selector
  https://issues.civicrm.org/jira/browse/CRM-18438

CRM/Contribute/BAO/Query.php

index aa236a5e66f55d19acb71fb3d0b9af352d7866ac..1c37dde847b5cd307812d7e96f47c2c25e1585c5 100644 (file)
@@ -886,6 +886,7 @@ class CRM_Contribute_BAO_Query {
       // on what field to show instead.
       'contribution_product_id' => 1,
       'product_name' => 1,
+      'currency' => 1,
     );
     if (self::isSoftCreditOptionEnabled()) {
       $properties = array_merge($properties, self::softCreditReturnProperties());