This commit is contained in:
AdisakKanthawilang 2024-04-25 10:19:00 +07:00
parent 0e8ca0b1d8
commit 142c2b60fa

View file

@ -1121,9 +1121,9 @@ export class EmployeePositionController extends Controller {
orgChild2Id: posMaster.orgChild2Id, orgChild2Id: posMaster.orgChild2Id,
orgChild3Id: posMaster.orgChild3Id, orgChild3Id: posMaster.orgChild3Id,
orgChild4Id: posMaster.orgChild4Id, orgChild4Id: posMaster.orgChild4Id,
posMasterNoPrefix: posMaster.posMasterNoPrefix, posMasterNoPrefix: posMaster.posMasterNoPrefix ? posMaster.posMasterNoPrefix : null,
posMasterNo: posMaster.posMasterNo, posMasterNo: posMaster.posMasterNo ? posMaster.posMasterNo : null,
posMasterNoSuffix: posMaster.posMasterNoSuffix, posMasterNoSuffix: posMaster.posMasterNoSuffix ? posMaster.posMasterNoSuffix : null,
reason: posMaster.reason, reason: posMaster.reason,
fullNameCurrentHolder: fullNameCurrentHolder:
posMaster.current_holder == null posMaster.current_holder == null