Commit e465350a55ea3e36628d93fe8cbaa4332077faee
1 parent
ae96230b
Exists in
master
Corrigido lançamento de notas por turma para listar matriculas aprovadas e reprovadas.
* Erro inserido pela issue #25 cujo alterou o lançamento para apenas listar matriculas em adamento.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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, |