diff --git a/CompanyManagment.EFCore/Repository/RollCallMandatoryRepository.cs b/CompanyManagment.EFCore/Repository/RollCallMandatoryRepository.cs index acdd7ef8..a60d8d1b 100644 --- a/CompanyManagment.EFCore/Repository/RollCallMandatoryRepository.cs +++ b/CompanyManagment.EFCore/Repository/RollCallMandatoryRepository.cs @@ -1465,10 +1465,10 @@ public class RollCallMandatoryRepository : RepositoryBase, IRoll var w6 = 0; var currentDateFa = $"{da}"; DateTime currntDateGr = currentDateFa.ToGeorgianDateTime(); - if (!workshopHolidyWorking) - { - isHoliday = holidayList.Any(x => x == currentDateFa); - } + //if (!workshopHolidyWorking) + //{ + // isHoliday = holidayList.Any(x => x == currentDateFa); + //} switch (FirstDayOfMonth.DayOfWeek) { case "شنبه":