Open jburns20 opened 8 years ago
On line 703 of IHWCurriculum.m, the following line: else if ([d compare:[self.trimesterEndDates objectAtIndex:1]] != NSOrderedDescending) should be replaced by else if ([d compare:[self.trimesterEndDates objectAtIndex:3]] != NSOrderedDescending)
else if ([d compare:[self.trimesterEndDates objectAtIndex:1]] != NSOrderedDescending)
else if ([d compare:[self.trimesterEndDates objectAtIndex:3]] != NSOrderedDescending)
stupid copy-paste mistake :(
On line 703 of IHWCurriculum.m, the following line:
else if ([d compare:[self.trimesterEndDates objectAtIndex:1]] != NSOrderedDescending)
should be replaced byelse if ([d compare:[self.trimesterEndDates objectAtIndex:3]] != NSOrderedDescending)
stupid copy-paste mistake :(