Skip to content
Snippets Groups Projects
Unverified Commit d8d688d0 authored by totten's avatar totten Committed by GitHub
Browse files

Merge pull request #14453 from eileenmcnaughton/export_sc_514

#1015 fix regression on exporting soft credits
parents 35c839bd c156762a
No related branches found
No related tags found
No related merge requests found
......@@ -2709,7 +2709,7 @@ class CRM_Contact_BAO_Query {
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 ";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment