This commit is contained in:
parent
3882e11454
commit
e028dc5cf5
1 changed files with 24 additions and 24 deletions
|
|
@ -1154,7 +1154,7 @@ namespace BMA.EHR.Leave.Service.Controllers
|
||||||
|
|
||||||
for (DateTime i = req.StartDate.Date; i <= req.EndDate.Date; i = i.AddDays(1))
|
for (DateTime i = req.StartDate.Date; i <= req.EndDate.Date; i = i.AddDays(1))
|
||||||
{
|
{
|
||||||
if (!excludeDates.Contains(i))
|
// if (!excludeDates.Contains(i))
|
||||||
dateList.Add(i);
|
dateList.Add(i);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue