@@ -155,6 +155,8 @@ namespace PRSDesktop
{
Name = item.Description
};
+ if(!string.IsNullOrWhiteSpace(item.EmailAddress))
+ newEmployee.Email = item.EmailAddress;
newEmployee.UserLink.ID = item.ID;
newEmployee.UserLink.Synchronise(item);