From 46575e7cfff52d84802fe4707e9607822f40b9ed Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Thu, 1 May 2025 17:35:22 +0700 Subject: [PATCH] fix emp2-14 --- src/controllers/ReportController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/ReportController.ts b/src/controllers/ReportController.ts index e97d576..f0f528f 100644 --- a/src/controllers/ReportController.ts +++ b/src/controllers/ReportController.ts @@ -5823,7 +5823,7 @@ export class ReportController extends Controller { positionSalaryAmount: profile.positionSalaryAmount ? Extension.ToThaiNumber(profile.positionSalaryAmount.toLocaleString()) : null, - reason: null, + reason: profile.remark ? profile.remark : null, }; });