Commit 58566ec82347dfc5f75f0cf8efcb91ee86a3039f
Committed by
GitHub
Exists in
2.9
and in
7 other branches
Merge pull request #6563 from portabilis/issue-6560
Copia campo de local diferenciado da turma para turmas do novo ano le…
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
ieducar/intranet/educar_ano_letivo_modulo_cad.php
... | ... | @@ -546,7 +546,8 @@ class indice extends clsCadastro |
546 | 546 | 'cod_curso_profissional', |
547 | 547 | 'tipo_mediacao_didatico_pedagogico', |
548 | 548 | 'nao_informar_educacenso', |
549 | - 'turma_mais_educacao' | |
549 | + 'turma_mais_educacao', | |
550 | + 'local_funcionamento_diferenciado' | |
550 | 551 | ]; |
551 | 552 | |
552 | 553 | $turmaDestino = new clsPmieducarTurma(); | ... | ... |