workFlow overlap counter commented - clinen site.js bug fixed
This commit is contained in:
@@ -44,7 +44,7 @@ $(document).ready(function () {
|
||||
SinglePage.LoadModal();
|
||||
};
|
||||
$("#MainModal").on("shown.bs.modal", function () {
|
||||
window.location.hash = "";
|
||||
window.location.hash = "##";
|
||||
});
|
||||
|
||||
$(document).on("submit",
|
||||
|
||||
@@ -93,7 +93,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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user