Commit 556a0755ea9fdd1a4d491611d7930da18ab40602
1 parent
997ab924
Exists in
master
Corrigido tela de enturmação de matrícula em mais de uma turma;
portabilis/ieducar#192
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 | 182 | 0, |
183 | 183 | NULL, |
184 | 184 | $sequencialEnturmacao); |
185 | - | |
186 | 185 | if ($enturmacao->edita()){ |
187 | 186 | $enturmacao->marcaAlunoRemanejado($this->data_enturmacao); |
188 | 187 | return true; |
189 | - }else | |
188 | + } else { | |
190 | 189 | return false; |
191 | 190 | } |
192 | 191 | } | ... | ... |