fix emp2-14

This commit is contained in:
AdisakKanthawilang 2025-05-01 17:35:22 +07:00
parent fa83d942e8
commit 46575e7cff

View file

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