Skip to content

Commit

Permalink
Resolução da issue #625
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielPintoSouza committed Jul 9, 2024
1 parent f50fab4 commit 54cfa99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/funcionario/cadastro_funcionario.php
Original file line number Diff line number Diff line change
Expand Up @@ -312,13 +312,13 @@
<div class="form-group" id="reservista1" style="display: none">
<label class="col-md-3 control-label">Número do certificado reservista</label>
<div class="col-md-6">
<input type="text" name="certificado_reservista_numero" class="form-control num_reservista">
<input type="text" name="certificado_reservista_numero" class="form-control num_reservista" onkeypress="return Onlynumbers(event)">
</div>
</div>
<div class="form-group" id="reservista2" style="display: none">
<label class="col-md-3 control-label">Série do certificado reservista</label>
<div class="col-md-6">
<input type="text" name="certificado_reservista_serie" class="form-control serie_reservista">
<input type="text" name="certificado_reservista_serie" class="form-control serie_reservista" onkeypress="return Onlynumbers(event)">
</div>
</div>

Expand Down

0 comments on commit 54cfa99

Please sign in to comment.