Commit 534c0617afe49717cfdf1ed8088360cae501a294
Committed by
GitHub
Exists in
2.9
and in
2 other branches
Merge pull request #8565 from portabilis/issue-555
Corrige fechamento do array
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ieducar/modules/Cadastro/Views/AlunoController.php
... | ... | @@ -1268,7 +1268,7 @@ class AlunoController extends Portabilis_Controller_Page_EditController |
1268 | 1268 | $this->inputsHelper()->select('recebe_escolarizacao_em_outro_espaco', $options); |
1269 | 1269 | |
1270 | 1270 | // Projetos |
1271 | - $this->campoTabelaInicio('projetos', 'Projetos', ['Projeto', 'Data inclusão'], 'Data desligamento', 'Turno'); | |
1271 | + $this->campoTabelaInicio('projetos', 'Projetos', ['Projeto', 'Data inclusão', 'Data desligamento', 'Turno']); | |
1272 | 1272 | |
1273 | 1273 | $this->inputsHelper()->text('projeto_cod_projeto', ['required' => false]); |
1274 | 1274 | ... | ... |