From 5c5d4668410cd29632668491591d3fa860550aa7 Mon Sep 17 00:00:00 2001 From: Eriksen Costa Paixão Date: Mon, 10 May 2010 19:12:06 +0000 Subject: [PATCH] Removida obrigatoriedade de alocação de sala no cadastro de '''Turma''' --- ieducar/intranet/educar_turma_cad.php | 6 ------ 1 file changed, 0 insertions(+), 6 deletions(-) diff --git a/ieducar/intranet/educar_turma_cad.php b/ieducar/intranet/educar_turma_cad.php index 97b22d8..5c0819d 100644 --- a/ieducar/intranet/educar_turma_cad.php +++ b/ieducar/intranet/educar_turma_cad.php @@ -1353,12 +1353,6 @@ function valida_xml(xml) document.getElementById('ref_ref_cod_serie').focus(); return false; } - - if (!document.getElementById('ref_cod_infra_predio_comodo').value) { - alert("Preencha o campo 'Sala' corretamente!"); - document.getElementById('ref_cod_infra_predio_comodo').focus(); - return false; - } } if (document.getElementById('multiseriada').checked) { -- libgit2 0.21.2