Skip to content

Commit

Permalink
Ajustes no controlador de venda
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Mendes committed Jun 25, 2019
1 parent 788a5b0 commit bfe4c37
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public String listarVendas(Model model) {
public String exibirFormularioInclusao(Model model) {
Venda venda = new Venda();
model.addAttribute("venda", venda);

return "vendas-form";
}

Expand Down

0 comments on commit bfe4c37

Please sign in to comment.