complete new checkout calcualation for kebab mahdi time differences

This commit is contained in:
MahanCh
2025-06-30 13:30:49 +03:30
parent 3fa027dfd1
commit 5c5f3eefa6

View File

@@ -3950,9 +3950,9 @@ public class RollCallMandatoryRepository : RepositoryBase<long, RollCall>, IRoll
}
}
var minutes = rollCall.TotalLateEntryDuration.TotalMinutes;
var minutes = effectiveLate.TotalMinutes;
lateToWorkDeduction += dayMinuteWage * minutes;
totalLateToWorkSpan = totalLateToWorkSpan.Add(rollCall.TotalLateEntryDuration);
totalLateToWorkSpan = totalLateToWorkSpan.Add(effectiveLate);
}
}