Skip to content
Snippets Groups Projects
Commit 46827daa authored by Anton Bagliy's avatar Anton Bagliy
Browse files

ADD: postgrad exam treated as regular exam in StudyPlan api #571

parent ff1cce1d
No related merge requests found
......@@ -28,6 +28,10 @@ class Controller_Api_V0_StudyPlan extends Controller_Handler_Api
$disciplineData->type = Model_Discipline::EXAM;
break;
case 'Кандидатский экзамен':
$disciplineData->type = Model_Discipline::EXAM;
break;
case 'Зачет':
$disciplineData->type = Model_Discipline::CREDIT;
break;
......
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