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, }; });