Skip to content

Commit

Permalink
Merge pull request #132 from ipti/fix/matricula01
Browse files Browse the repository at this point in the history
Opção 'Promovido' adicionada no dropdown 'Situção no ano anterior'
  • Loading branch information
gabriel-IPTI authored Oct 26, 2022
2 parents fa3d6bb + 9b03cc7 commit 3430ac0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion themes/default/views/enrollment/_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@
"1" => "Reprovado",
"2" => "Afastado por transferência",
"3" => "Afastado por abandono",
"4" => "Matrícula final em Educação Infantil"
"4" => "Matrícula final em Educação Infantil",
"5" => "Promovido"
),
array('class' => 'select-search-off')); ?>
<?php echo $form->error($model, 'previous_stage_situation'); ?>
Expand Down
3 changes: 2 additions & 1 deletion themes/default/views/student/_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,8 @@ class="btn-action single glyphicons circle_question_mark"
"1" => "Reprovado",
"2" => "Afastado por transferência",
"3" => "Afastado por abandono",
"4" => "Matrícula final em Educação Infantil"
"4" => "Matrícula final em Educação Infantil",
"5" => "Promovido"
),
array('class' => 'select-search-off')); ?>
<?php echo $form->error($modelEnrollment, 'previous_stage_situation'); ?>
Expand Down

0 comments on commit 3430ac0

Please # to comment.