send noti leave to commander
This commit is contained in:
parent
0c9ec3dd43
commit
a781de2499
1 changed files with 1 additions and 1 deletions
|
|
@ -1737,7 +1737,7 @@ namespace BMA.EHR.Leave.Service.Controllers
|
|||
|
||||
// TODO: Send notification to 1st Commander
|
||||
var approvers = data.Approvers
|
||||
.Where(x => x.ApproveType!.ToUpper() == "APPROVER")
|
||||
.Where(x => x.ApproveType!.ToUpper() == "COMMANDER")
|
||||
.OrderBy(x => x.Seq)
|
||||
.ToList();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue