Commit 46edf4241db690e02420ed4dbe96aa98b434c630
1 parent
c5904152
Exists in
master
git-svn-id: https://svn.bento.ifrs.edu.br/default/ASES/e-selo@9557 c2178572-b5ca…
…-4887-91d2-9e3a90c7d55b
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Desenvolvimento/Codificacao/e-Selo/WebContent/WEB-INF/jsp/tiposTeste/form.jsp
... | ... | @@ -45,7 +45,7 @@ |
45 | 45 | <div class="form-group"> |
46 | 46 | <label for="inputValMaximoConformidade" class="col-lg-2 control-label">Valor Máximo</label> |
47 | 47 | <div class="col-xs-3"> |
48 | - <input id="inputValMaximoConformidade" name="tipoTeste.maximoConformidade" min="1" type="number" class="form-control number numeric required" placeholder="Valor Máximo" value="${tipoTeste.maximoConformidade}" /> | |
48 | + <input id="inputValMaximoConformidade" name="tipoTeste.maximoTeste" min="1" type="number" class="form-control number numeric required" placeholder="Valor Máximo" value="${tipoTeste.maximoTeste}" /> | |
49 | 49 | </div> |
50 | 50 | </div> |
51 | 51 | ... | ... |