move isProbatin
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m22s

This commit is contained in:
harid 2026-02-11 10:40:01 +07:00
parent 5bee360280
commit 073da70a68

View file

@ -1770,7 +1770,6 @@ export class OrganizationDotnetController extends Controller {
amount: profile.amount,
positionSalaryAmount: profile.positionSalaryAmount,
mouthSalaryAmount: profile.mouthSalaryAmount,
isProbatin: profile.isProbation,
posType: profile.posType?.posTypeName ?? null,
posLevel: profile.posType?.posTypeShortName == null && profile.posLevel?.posLevelName == null
@ -1886,7 +1885,6 @@ export class OrganizationDotnetController extends Controller {
amount: profile.amount,
positionSalaryAmount: profile.positionSalaryAmount,
mouthSalaryAmount: profile.mouthSalaryAmount,
isProbatin: profile.isProbation,
posLevel: profile.posLevel?.posLevelName ?? null,
posType: profile.posType?.posTypeName ?? null,
@ -2052,7 +2050,6 @@ export class OrganizationDotnetController extends Controller {
amount: profile.amount,
positionSalaryAmount: profile.positionSalaryAmount,
mouthSalaryAmount: profile.mouthSalaryAmount,
isProbatin: profile.isProbation,
posType: profile.posType?.posTypeName ?? null,
posLevel: profile.posType?.posTypeShortName == null && profile.posLevel?.posLevelName == null
@ -2218,7 +2215,6 @@ export class OrganizationDotnetController extends Controller {
amount: profile.amount,
positionSalaryAmount: profile.positionSalaryAmount,
mouthSalaryAmount: profile.mouthSalaryAmount,
isProbatin: profile.isProbation,
posLevel: profile.posLevel?.posLevelName ?? null,
posType: profile.posType?.posTypeName ?? null,