Commit e044b4016fd08fa66e772ece5e97caa68075102a

Authored by Lucas Schmoeller da Silva
2 parents ae96230b e465350a
Exists in master

Merge pull request #34 from lucasdavila/master

Corrigido lançamento de notas por turma, para listar matriculas aprovadas e reprovadas.
ieducar/modules/Avaliacao/Views/DiarioApiController.php
@@ -552,7 +552,7 @@ class DiarioApiController extends ApiCoreController @@ -552,7 +552,7 @@ class DiarioApiController extends ApiCoreController
552 $this->getRequest()->instituicao_id, 552 $this->getRequest()->instituicao_id,
553 $this->getRequest()->aluno_id, 553 $this->getRequest()->aluno_id,
554 NULL, 554 NULL,
555 - 3, 555 + array(1, 2, 3),
556 NULL, 556 NULL,
557 NULL, 557 NULL,
558 $this->getRequest()->ano, 558 $this->getRequest()->ano,