commented

This commit is contained in:
SamSys
2025-05-08 17:12:52 +03:30
parent 612dd99bfe
commit 86c7113987

View File

@@ -1465,10 +1465,10 @@ public class RollCallMandatoryRepository : RepositoryBase<long, RollCall>, 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 "شنبه":