diff --git a/src/controllers/OrganizationController.ts b/src/controllers/OrganizationController.ts index e107df5c..7f913b35 100644 --- a/src/controllers/OrganizationController.ts +++ b/src/controllers/OrganizationController.ts @@ -8563,7 +8563,7 @@ export class OrganizationController extends Controller { orgChild3Id, orgChild4Id, current_holderId: draftPos.next_holderId, - next_holderId: draftPos.next_holderId, + next_holderId: null, isSit: draftPos.isSit, reason: draftPos.reason, isDirector: draftPos.isDirector, @@ -8592,6 +8592,7 @@ export class OrganizationController extends Controller { orgChild3Id, orgChild4Id, current_holderId: draftPos.next_holderId, + next_holderId: null, statusReport: "DONE", });