diff --git a/src/controllers/EmployeeTempPositionController.ts b/src/controllers/EmployeeTempPositionController.ts index c9397103..8a96123d 100644 --- a/src/controllers/EmployeeTempPositionController.ts +++ b/src/controllers/EmployeeTempPositionController.ts @@ -2125,9 +2125,9 @@ export class EmployeeTempPositionController extends Controller { if (profile != null) { profile.posLevelId = _null; profile.posTypeId = _null; - profile.position = _null; + // profile.position = _null; profile.employeeOc = _null; - profile.positionEmployeePositionId = _null; + // profile.positionEmployeePositionId = _null; await this.profileRepository.save(profile); } }