Commit fd36063f10228cccc3e8f7dffe30ca6e3e1d66cc

Authored by Caroline Salib
2 parents 7bbc54ca 556a0755
Exists in master

Merge branch 'master' into 'master'

Corrigido enturmação de aluno

Referente a issue #52

See merge request !44
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 }
... ...