Merge branch 'develop' of github.com:Frappet/bma-ehr-organization into develop
This commit is contained in:
commit
98a1d2d4dc
1 changed files with 1 additions and 1 deletions
|
|
@ -7057,7 +7057,7 @@ export class ProfileController extends Controller {
|
|||
lastName: profile.lastName,
|
||||
citizenId: profile.citizenId,
|
||||
position: profile.position,
|
||||
isDirector : posMaster?.isDirector,
|
||||
isDirector : posMaster?.isDirector??null,
|
||||
isProbation: profile.isProbation,
|
||||
posLevelName: profile.posLevel == null ? null : profile.posLevel.posLevelName,
|
||||
posLevelRank: profile.posLevel == null ? null : profile.posLevel.posLevelRank,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue