no message
This commit is contained in:
parent
eedbeed27d
commit
6ba3236994
1 changed files with 4 additions and 2 deletions
|
|
@ -1073,8 +1073,10 @@ export class ProfileController extends Controller {
|
|||
posMasterNoSuffix: item.posMasterNoSuffix,
|
||||
orgShortName: orgShortName,
|
||||
position: item.current_holder.position,
|
||||
posType: item.current_holder.posType.posTypeName,
|
||||
posLevel: item.current_holder.posLevel.posLevelName,
|
||||
posType:
|
||||
item.current_holder.posType == null ? null : item.current_holder.posType.posTypeName,
|
||||
posLevel:
|
||||
item.current_holder.posLevel == null ? null : item.current_holder.posLevel.posLevelName,
|
||||
posExecutive: posExecutive,
|
||||
amount: amount ? amount : null,
|
||||
// revisionId: item.orgRevisionId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue