diff --git a/src/controllers/ReportController.ts b/src/controllers/ReportController.ts index a2d2241..7c0606f 100644 --- a/src/controllers/ReportController.ts +++ b/src/controllers/ReportController.ts @@ -4781,9 +4781,9 @@ export class ReportController extends Controller { Extension.ToThaiNumber(profile.orgShortName) + Extension.ToThaiNumber(profile.posMasterNo.toLocaleString()):"-", amount: profile.amount ? Extension.ToThaiNumber(profile.amount.toLocaleString()) : "-", - reason: null, + reason: profile.remark, score: profile.result?Extension.ToThaiNumber(profile.result):"-", - signature: profile.remark, + signature: null, }; });