diff --git a/src/controllers/ReportController.ts b/src/controllers/ReportController.ts index a3df41d..d479831 100644 --- a/src/controllers/ReportController.ts +++ b/src/controllers/ReportController.ts @@ -5827,7 +5827,7 @@ export class ReportController extends Controller { positionSalaryAmount: profile.positionSalaryAmount ? Extension.ToThaiNumber(profile.positionSalaryAmount.toLocaleString()) : null, - reason: null, + reason: profile.remark ? profile.remark : null, }; });