Merge branch 'develop' of github.com:Frappet/hrms-api-salary into develop
This commit is contained in:
commit
1f14baaab3
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
};
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue