Skip to content

Commit

Permalink
Ajuste final
Browse files Browse the repository at this point in the history
  • Loading branch information
edersoares committed Jul 2, 2024
1 parent f3390fa commit b9eaa07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_turma_tipo_cad_pop.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function Novo()
echo "<script>
if (parent.document.getElementById('ref_cod_turma_tipo').disabled)
parent.document.getElementById('ref_cod_turma_tipo').options[0] = new Option('Selectione um tipo de turma', '', false, false);
parent.document.getElementById('ref_cod_turma_tipo').options[parent.document.getElementById('ref_cod_turma_tipo').options.length] = new Option('$this->nm_tipo', '$cadastrou', false, false);
parent.document.getElementById('ref_cod_turma_tipo').options[parent.document.getElementById('ref_cod_turma_tipo').options.length] = new Option('$this->nm_tipo', '', false, false);
parent.document.getElementById('ref_cod_turma_tipo').value = '';
parent.document.getElementById('ref_cod_turma_tipo').disabled = false;
window.parent.fechaExpansivel('div_dinamico_'+(parent.DOM_divs.length-1));
Expand Down

0 comments on commit b9eaa07

Please sign in to comment.