Merge branch 'dev' into working
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m48s
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m48s
This commit is contained in:
commit
a299c07b48
1 changed files with 2 additions and 1 deletions
|
|
@ -681,7 +681,8 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
posLevelName = placementTransfer.posLevelNameOld,
|
||||
posTypeName = placementTransfer.posTypeNameOld,
|
||||
fullName = $"{placementTransfer.prefix}{placementTransfer.firstName} {placementTransfer.lastName}",
|
||||
isDeputy = isDeputy
|
||||
isDeputy = isDeputy,
|
||||
orgRootId = placementTransfer.rootOldId ?? null
|
||||
});
|
||||
}
|
||||
await _context.SaveChangesAsync();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue