Update leave calculations to use DateAppoint and adjust leave limits based on government age #2266
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m35s
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m35s
This commit is contained in:
parent
659e06a08d
commit
c25bef0672
3 changed files with 21 additions and 8 deletions
|
|
@ -1360,6 +1360,7 @@ namespace BMA.EHR.Leave.Service.Controllers
|
|||
FirstName = x.FirstName ?? "",
|
||||
LastName = x.LastName ?? "",
|
||||
DateStart = x.DateStart ?? x.DateAppoint,
|
||||
DateAppoint = x.DateAppoint,
|
||||
}).Distinct().ToList();
|
||||
|
||||
var beginningData = await _leaveBeginningRepository.GetAllByYearAsync(year);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue