fix
This commit is contained in:
parent
0e8ca0b1d8
commit
142c2b60fa
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue