From b3991596b52fc882f6ff68ca77c6d6c2d63d3205 Mon Sep 17 00:00:00 2001 From: Bright Date: Mon, 15 Jul 2024 14:01:38 +0700 Subject: [PATCH] no message --- src/controllers/ProfileEmployeeController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/ProfileEmployeeController.ts b/src/controllers/ProfileEmployeeController.ts index 32097d1f..1dcbb224 100644 --- a/src/controllers/ProfileEmployeeController.ts +++ b/src/controllers/ProfileEmployeeController.ts @@ -398,7 +398,7 @@ export class ProfileEmployeeController extends Controller { : "", RetireDate: profiles.dateRetireLaw != null - ? Extension.ToThaiFullDate2(profiles.dateRetireLaw) + ? Extension.ToThaiNumber(Extension.ToThaiFullDate2(profiles.dateRetireLaw)) : "", CurrentAddress: profiles.currentAddress != null ? Extension.ToThaiNumber(profiles.currentAddress) : "",