This commit is contained in:
Liran BN 2014-10-07 18:00:59 +03:00
parent 163bb4b2a7
commit d4a08c7fb7

View file

@ -194,6 +194,7 @@ void coursesTableManager::influnceCourseChanged(bool ignoreCourseStatus)
} }
else else
{ {
if (gp != NULL)
for (gradeCourse *c: *gp->getCourses()) for (gradeCourse *c: *gp->getCourses())
{ {
if (!(isCourseAlreadyInserted(c->getSerialNum()))) if (!(isCourseAlreadyInserted(c->getSerialNum())))