Remove Check Pending Status For Cancel Leave #2432
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m54s
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m54s
This commit is contained in:
parent
5606e8b50a
commit
34ec9bb77c
1 changed files with 1 additions and 1 deletions
|
|
@ -1918,7 +1918,7 @@ namespace BMA.EHR.Leave.Service.Controllers
|
||||||
|
|
||||||
// TODO: Send notification to all users who need to approve the cancel leave request
|
// TODO: Send notification to all users who need to approve the cancel leave request
|
||||||
var approvers = data.Approvers
|
var approvers = data.Approvers
|
||||||
.Where(x => x.ApproveStatus!.ToUpper() == "PENDING")
|
//.Where(x => x.ApproveStatus!.ToUpper() == "PENDING")
|
||||||
.OrderBy(x => x.Seq)
|
.OrderBy(x => x.Seq)
|
||||||
.ToList();
|
.ToList();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue