Commit 5c5d4668410cd29632668491591d3fa860550aa7

Authored by Eriksen Costa Paixão
1 parent 7f9d9e54
Exists in master

Removida obrigatoriedade de alocação de sala no cadastro de '''Turma'''

Showing 1 changed file with 0 additions and 6 deletions   Show diff stats
ieducar/intranet/educar_turma_cad.php
@@ -1353,12 +1353,6 @@ function valida_xml(xml) @@ -1353,12 +1353,6 @@ function valida_xml(xml)
1353 document.getElementById('ref_ref_cod_serie').focus(); 1353 document.getElementById('ref_ref_cod_serie').focus();
1354 return false; 1354 return false;
1355 } 1355 }
1356 -  
1357 - if (!document.getElementById('ref_cod_infra_predio_comodo').value) {  
1358 - alert("Preencha o campo 'Sala' corretamente!");  
1359 - document.getElementById('ref_cod_infra_predio_comodo').focus();  
1360 - return false;  
1361 - }  
1362 } 1356 }
1363 1357
1364 if (document.getElementById('multiseriada').checked) { 1358 if (document.getElementById('multiseriada').checked) {