Changed the calendar start date from an incorrect date to a correct date.

This commit is contained in:
Infineon\Ouellette 2024-10-30 16:17:29 -07:00
parent e0de2ca1f6
commit 9bc6d77e02

View File

@ -227,7 +227,7 @@ Service GetShiftByDate(Date, GenerateFlag)
WeekType = '' WeekType = ''
/* /*
There are two different types of week and the pattern goes 1 week is a long week for shift 1 and the next is a long There are two different types of week the pattern goes 1 week is a long week for shift 1 and the next is a long
week for shift 3(The two day shifts) week for shift 3(The two day shifts)
*/ */
if SRP_Math("EVEN", WeeksSinceStart) AND WeeksSinceStart GE 1 then if SRP_Math("EVEN", WeeksSinceStart) AND WeeksSinceStart GE 1 then