Skip to content
Snippets Groups Projects
Commit bff1347d authored by PavelBegunkov's avatar PavelBegunkov
Browse files

restriction:ChangeDiscipline

parent 5a5c090e
Branches
Tags
No related merge requests found
......@@ -1690,6 +1690,12 @@ BEGIN
disciplines.SubjectID = SubjectID
WHERE disciplines.ID = DisciplineID;
IF ExamType = 0 THEN
SET checker = AddModuleExam(TeacherID, DisciplineID);
ELSE
SET checker = DeleteModuleExam(TeacherID, DisciplineID);
END IF;
RETURN 0;
END //
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment