fix #240
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m5s

This commit is contained in:
harid 2026-07-02 18:11:59 +07:00
parent 005f3f1334
commit 30ddb4e3f3

View file

@ -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,