From bba6754eeb10e49e93f2dcbf33311fac9a17caaf Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Fri, 5 Jun 2026 20:26:28 +0700 Subject: [PATCH] fixed next_holderId null --- src/controllers/OrganizationController.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", });