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

v.2.8.7

parents 514992c0 d7e7b033
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