workFlow overlap counter commented - clinen site.js bug fixed

This commit is contained in:
SamSys
2025-01-13 19:20:00 +03:30
parent d74851d8c4
commit cb2c5315c9
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ $(document).ready(function () {
SinglePage.LoadModal();
};
$("#MainModal").on("shown.bs.modal", function () {
window.location.hash = "";
window.location.hash = "##";
});
$(document).on("submit",

View File

@@ -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;