add new Value to Chekout

This commit is contained in:
SamSys
2025-01-04 16:14:10 +03:30
parent cb15a14b89
commit 64a09f6c25
39 changed files with 25291 additions and 1891 deletions

View File

@@ -89,7 +89,7 @@ public class WorkFlowApplication : IWorkFlowApplication
count += (await GetAbsentRollCallWorkFlows(workshopId))?.Count ?? 0;
count += (await GetRollCallWorkFlowsCutByBgService(workshopId))?.Count ?? 0;
count += (await GetEmployeesWithoutLunchBreak(workshopId))?.Count ?? 0;
count += (await GetRollCallsOverlappingLeaves(workshopId))?.Count ?? 0;
//count += (await GetRollCallsOverlappingLeaves(workshopId))?.Count ?? 0;
count += (await GetUndefinedRollCalls(workshopId))?.Count ?? 0;