diff --git a/BMA.EHR.Application/Repositories/Commands/CommandRepository.cs b/BMA.EHR.Application/Repositories/Commands/CommandRepository.cs index 7698b352..9214ea76 100644 --- a/BMA.EHR.Application/Repositories/Commands/CommandRepository.cs +++ b/BMA.EHR.Application/Repositories/Commands/CommandRepository.cs @@ -2951,7 +2951,7 @@ namespace BMA.EHR.Application.Repositories.Commands email = placementProfile.Email == null ? string.Empty : placementProfile.Email, phone = placementProfile.MobilePhone == null ? string.Empty : placementProfile.MobilePhone, keycloak = string.Empty, - isProbation = false, + isProbation = true, isLeave = false, dateRetire = (DateTime?)null, dateAppoint = placementProfile.RecruitDate == null ? (DateTime?)null : placementProfile.RecruitDate,