Commit 556a0755ea9fdd1a4d491611d7930da18ab40602

Authored by Caroline Salib
1 parent 997ab924
Exists in master

Corrigido tela de enturmação de matrícula em mais de uma turma;

portabilis/ieducar#192
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 }