Commit e044b4016fd08fa66e772ece5e97caa68075102a
Exists in
master
Merge pull request #34 from lucasdavila/master
Corrigido lançamento de notas por turma, para listar matriculas aprovadas e reprovadas.
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, |