#2381
All checks were successful
Build & Deploy Retirement Service / build (push) Successful in 2m1s
All checks were successful
Build & Deploy Retirement Service / build (push) Successful in 2m1s
This commit is contained in:
parent
6b8eddcbc0
commit
06956284d7
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
||||||
p.ApproveReason,
|
p.ApproveReason,
|
||||||
p.RejectReason,
|
p.RejectReason,
|
||||||
p.CancelReason,
|
p.CancelReason,
|
||||||
p.Status,
|
status = p.RetirementResignCancels.FirstOrDefault() == null ? p.Status : p.RetirementResignCancels.FirstOrDefault().Status,
|
||||||
statusCancel = p.RetirementResignCancels.FirstOrDefault() == null ? null : p.RetirementResignCancels.FirstOrDefault().Status,
|
statusCancel = p.RetirementResignCancels.FirstOrDefault() == null ? null : p.RetirementResignCancels.FirstOrDefault().Status,
|
||||||
p.IsActive,
|
p.IsActive,
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue