Skip to content

Commit

Permalink
+ Fixed registrant email not updating in event registration (Fixes #2964
Browse files Browse the repository at this point in the history
).
  • Loading branch information
GerhardPowell committed Jul 31, 2018
1 parent f878934 commit 84388c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RockWeb/Blocks/Event/RegistrationEntry.ascx.cs
Expand Up @@ -2041,6 +2041,7 @@ private Registration SaveRegistration( RockContext rockContext, bool hasPayment
if ( person != null )
{
person.Email = registration.ConfirmationEmail;
rockContext.SaveChanges();
}
}
}
Expand Down

0 comments on commit 84388c9

Please sign in to comment.