diff --git a/Services/RecruitService.cs b/Services/RecruitService.cs index a304cfd..883e850 100644 --- a/Services/RecruitService.cs +++ b/Services/RecruitService.cs @@ -326,7 +326,7 @@ namespace BMA.EHR.Recruit.Service.Services { Placement = placement, PositionCandidate = positionNameWithoutLevel ?? "", - PositionType = posLevelObject?.posTypes?.posLevelName ?? "", + PositionType = posLevelObject?.posTypes?.posTypeName ?? "", PositionLevel = posLevelName ?? "", Prefix = candidate.Prefix ?? "", Firstname = candidate.FirstName ?? "",