Skip to content

Commit

Permalink
dev/core#1015 fix regression on exporting soft credits
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Jun 6, 2019
1 parent 35c839b commit c156762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Contact/BAO/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -2709,7 +2709,7 @@ protected static function getEntitySpecificJoins($name, $mode, $side, $primaryLo
case 'civicrm_worldregion':
// We can be sure from the calling function that country will already be joined in.
// we really don't need world_region - we could use a pseudoconstant for it.
return "$side JOIN civicrm_worldregion ON civicrm_country.region_id = civicrm_worldregion.id ";
return " $side JOIN civicrm_worldregion ON civicrm_country.region_id = civicrm_worldregion.id ";

case 'civicrm_location_type':
return " $side JOIN civicrm_location_type ON civicrm_address.location_type_id = civicrm_location_type.id ";
Expand Down

0 comments on commit c156762

Please sign in to comment.