customizeCheckout create bug
This commit is contained in:
@@ -270,8 +270,8 @@ namespace CompanyManagment.Application
|
||||
|
||||
var statusesWithActiveLeftWorks = statuses
|
||||
.Where(status => workshopLeftWorksInMonth.Any(leftWork => leftWork.EmployeeId == status.EmployeeId &&
|
||||
leftWork.StartWorkDateGr.Date <= status.StartDateGr.Date &&
|
||||
leftWork.LeftWorkDateGr.Date >= status.EndDateGr.Date)).ToList();
|
||||
leftWork.StartWorkDateGr.Date <= status.EndDateGr.Date &&
|
||||
leftWork.LeftWorkDateGr.Date >= status.StartDateGr.Date)).ToList();
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user