CRM-18152 Added extra condition to retrieve uf_group_id for module
authorEdsel <edsel.lopez@jmaconsulting.biz>
Fri, 4 Mar 2016 11:19:28 +0000 (16:49 +0530)
committerEdsel <edsel.lopez@jmaconsulting.biz>
Fri, 4 Mar 2016 11:19:28 +0000 (16:49 +0530)
----------------------------------------
* CRM-18152: On Behalf profile does not select org profile by default if contribution profiles are added prior to it
  https://issues.civicrm.org/jira/browse/CRM-18152

CRM/Core/BAO/UFJoin.php

index 92bd4cf9cd975d89e440468df73ed41638dfface..877db2524b599e8b3eb5efcd2f1c20bd613b050e 100644 (file)
@@ -141,6 +141,7 @@ class CRM_Core_BAO_UFJoin extends CRM_Core_DAO_UFJoin {
     $dao->entity_table = CRM_Utils_Array::value('entity_table', $params);
     $dao->entity_id = CRM_Utils_Array::value('entity_id', $params);
     $dao->weight = CRM_Utils_Array::value('weight', $params);
+    $dao->module = CRM_Utils_Array::value('module', $params);
     if ($dao->find(TRUE)) {
       return $dao->uf_group_id;
     }