fix emp2-14
This commit is contained in:
parent
fa83d942e8
commit
46575e7cff
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
};
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue