Skip to content
Snippets Groups Projects
Commit c156762a authored by eileen's avatar eileen
Browse files

#1015 fix regression on exporting soft credits

parent 35c839bd
Branches 5.65
Tags 5.65.2
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.
Please register or to comment