diff --git a/src/services/PositionService.ts b/src/services/PositionService.ts index 64fb58a4..651d374c 100644 --- a/src/services/PositionService.ts +++ b/src/services/PositionService.ts @@ -121,7 +121,7 @@ export async function CreatePosMasterHistoryEmployee( "positions", "positions.posLevel", "positions.posType", - "positions.posExecutive", + // "positions.posExecutive", "orgRoot", "orgChild1", "orgChild2", @@ -130,7 +130,6 @@ export async function CreatePosMasterHistoryEmployee( "current_holder", ], }); - if (!pm) return false; if (!pm.ancestorDNA) return false; const _null: any = null; @@ -190,7 +189,7 @@ export async function CreatePosMasterHistoryEmployeeTemp( "positions", "positions.posLevel", "positions.posType", - "positions.posExecutive", + // "positions.posExecutive", "orgRoot", "orgChild1", "orgChild2",