This commit is contained in:
parent
8d37024b6c
commit
faf62f1985
1 changed files with 1 additions and 1 deletions
|
|
@ -1583,7 +1583,7 @@ namespace BMA.EHR.Application.Repositories.Reports
|
||||||
.AsQueryable()
|
.AsQueryable()
|
||||||
.ToListAsync();
|
.ToListAsync();
|
||||||
insigniaPeriods = insigniaPeriods
|
insigniaPeriods = insigniaPeriods
|
||||||
.Where(x => x.StartDate < DateTime.Now.Date || x.InsigniaRequests.Count == 0).ToList();
|
.Where(x => x.StartDate <= DateTime.Now.Date || x.InsigniaRequests.Count == 0).ToList();
|
||||||
|
|
||||||
foreach (var insigniaPeriod in insigniaPeriods)
|
foreach (var insigniaPeriod in insigniaPeriods)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue