From 30ddb4e3f38067425b25c1f224a9a676d27039cd Mon Sep 17 00:00:00 2001 From: harid Date: Thu, 2 Jul 2026 18:11:59 +0700 Subject: [PATCH] fix #240 --- src/controllers/OrganizationDotnetController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/OrganizationDotnetController.ts b/src/controllers/OrganizationDotnetController.ts index 8e803569..9d4e006b 100644 --- a/src/controllers/OrganizationDotnetController.ts +++ b/src/controllers/OrganizationDotnetController.ts @@ -8918,7 +8918,7 @@ export class OrganizationDotnetController extends Controller { dateStart: profile?.dateStart ?? null, dateAppoint: profile?.dateAppoint ?? null, keycloak: profile?.keycloak ?? null, - posNo: `${item.shortName} ${item.posMasterNo}`, + posNo: profile?.posMasterNo ?? `${item.shortName} ${item.posMasterNo}`, position: item.position, positionLevel: item.posLevel, positionType: item.posType,