Commit 44d88c947816d8631fd49297b16a389c413ab365
Exists in
master
Merge branch 'master' into 'master'
Ajustado para apresentar o campo da escola ao cadastrar nova turma; Referente a issue #41 See merge request !22
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
ieducar/intranet/educar_turma_cad.php
... | ... | @@ -233,8 +233,6 @@ class indice extends clsCadastro |
233 | 233 | |
234 | 234 | include 'include/pmieducar/educar_campo_lista.php'; |
235 | 235 | |
236 | - $this->campoOculto('ref_cod_escola', $this->ref_cod_escola); | |
237 | - | |
238 | 236 | if ($this->ref_cod_escola) { |
239 | 237 | $this->ref_ref_cod_escola = $this->ref_cod_escola; |
240 | 238 | } | ... | ... |