Skip to content

Commit

Permalink
Adicionando campo de vencimento
Browse files Browse the repository at this point in the history
  • Loading branch information
analosnak committed Apr 25, 2019
1 parent 77c9a41 commit be7e549
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/webapp/WEB-INF/views/compra/pagamento.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@
</div>
</div>

<div class="form-group">
<div class="col-md-6">
<label for="vencimento">Vencimento:</label>
<input id="vencimento" type="text" name="vencimento" class="form-control">
</div>
</div>

<div class="form-group">
<div class="col-md-12">
Expand Down

0 comments on commit be7e549

Please sign in to comment.