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,
|
||||
orgChild3Id: posMaster.orgChild3Id,
|
||||
orgChild4Id: posMaster.orgChild4Id,
|
||||
posMasterNoPrefix: posMaster.posMasterNoPrefix,
|
||||
posMasterNo: posMaster.posMasterNo,
|
||||
posMasterNoSuffix: posMaster.posMasterNoSuffix,
|
||||
posMasterNoPrefix: posMaster.posMasterNoPrefix ? posMaster.posMasterNoPrefix : null,
|
||||
posMasterNo: posMaster.posMasterNo ? posMaster.posMasterNo : null,
|
||||
posMasterNoSuffix: posMaster.posMasterNoSuffix ? posMaster.posMasterNoSuffix : null,
|
||||
reason: posMaster.reason,
|
||||
fullNameCurrentHolder:
|
||||
posMaster.current_holder == null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue