Commit 534c0617afe49717cfdf1ed8088360cae501a294

Authored by Paula Bonot
Committed by GitHub
2 parents 0a9c5fc3 6a195395
Exists in 2.9 and in 2 other branches 2.7, 2.8

Merge pull request #8565 from portabilis/issue-555

Corrige fechamento do array
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  
... ...