Commit fd36063f10228cccc3e8f7dffe30ca6e3e1d66cc
Exists in
master
Merge branch 'master' into 'master'
Corrigido enturmação de aluno Referente a issue #52 See merge request !44
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
ieducar/intranet/educar_matricula_turma_cad.php
| @@ -182,11 +182,10 @@ class indice extends clsCadastro | @@ -182,11 +182,10 @@ class indice extends clsCadastro | ||
| 182 | 0, | 182 | 0, |
| 183 | NULL, | 183 | NULL, |
| 184 | $sequencialEnturmacao); | 184 | $sequencialEnturmacao); |
| 185 | - | ||
| 186 | if ($enturmacao->edita()){ | 185 | if ($enturmacao->edita()){ |
| 187 | $enturmacao->marcaAlunoRemanejado($this->data_enturmacao); | 186 | $enturmacao->marcaAlunoRemanejado($this->data_enturmacao); |
| 188 | return true; | 187 | return true; |
| 189 | - }else | 188 | + } else { |
| 190 | return false; | 189 | return false; |
| 191 | } | 190 | } |
| 192 | } | 191 | } |