Skip to content

Commit

Permalink
Merge pull request #14453 from eileenmcnaughton/export_sc_514
Browse files Browse the repository at this point in the history
dev/core#1015 fix regression on exporting soft credits
  • Loading branch information
totten authored Jun 6, 2019
2 parents 35c839b + c156762 commit d8d688d
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 d8d688d

Please sign in to comment.