Commit ea8713b3f1eddee44f0579f06bcad2e35adfb796
1 parent
d70fcc7b
Exists in
master
Corrigido bug no cadastro de turma ao qual não persistia a hora de início/fim e …
…intervalo de uma turma
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
ieducar/intranet/educar_turma_cad.php
... | ... | @@ -669,7 +669,8 @@ class indice extends clsCadastro |
669 | 669 | $this->ref_ref_cod_serie, $this->ref_cod_escola, |
670 | 670 | $this->ref_cod_infra_predio_comodo, $this->nm_turma, $this->sgl_turma, |
671 | 671 | $this->max_aluno, $this->multiseriada, NULL, NULL, 1, |
672 | - $this->ref_cod_turma_tipo, NULL, NULL, NULL, NULL, $this->ref_cod_regente, | |
672 | + $this->ref_cod_turma_tipo, $this->hora_inicial, $this->hora_final, | |
673 | + $this->hora_inicio_intervalo, $this->hora_fim_intervalo, $this->ref_cod_regente, | |
673 | 674 | $this->ref_cod_instituicao_regente, $this->ref_cod_instituicao, |
674 | 675 | $this->ref_cod_curso, $this->ref_ref_cod_serie_mult, $this->ref_cod_escola, |
675 | 676 | $this->visivel); |
... | ... | @@ -792,7 +793,8 @@ class indice extends clsCadastro |
792 | 793 | $this->ref_ref_cod_serie, $this->ref_cod_escola, |
793 | 794 | $this->ref_cod_infra_predio_comodo, $this->nm_turma, $this->sgl_turma, |
794 | 795 | $this->max_aluno, $this->multiseriada, NULL, NULL, 1, |
795 | - $this->ref_cod_turma_tipo, NULL, NULL, NULL, NULL, $this->ref_cod_regente, | |
796 | + $this->ref_cod_turma_tipo, $this->hora_inicial, $this->hora_final, | |
797 | + $this->hora_inicio_intervalo, $this->hora_fim_intervalo, $this->ref_cod_regente, | |
796 | 798 | $this->ref_cod_instituicao_regente, $this->ref_cod_instituicao, |
797 | 799 | $this->ref_cod_curso, $this->ref_ref_cod_serie_mult, $this->ref_cod_escola, |
798 | 800 | $this->visivel); | ... | ... |