diff --git a/RockWeb/Blocks/Crm/PersonMerge.ascx.cs b/RockWeb/Blocks/Crm/PersonMerge.ascx.cs index 30047d185db..6dd5642592b 100644 --- a/RockWeb/Blocks/Crm/PersonMerge.ascx.cs +++ b/RockWeb/Blocks/Crm/PersonMerge.ascx.cs @@ -1019,6 +1019,9 @@ private void MergeAddresses( RockContext rockContext, Group primaryFamily ) currentTargetFamilyLocation.GroupLocationTypeValue = null; currentTargetFamilyLocation.GroupLocationTypeValueId = prevLocType.Id; + currentTargetFamilyLocation.IsMailingLocation = false; + currentTargetFamilyLocation.IsMappedLocation = false; + newTargetFamilyLocation = new GroupLocation(); } else