Skip to content

Commit

Permalink
Adds required to Payment Total.
Browse files Browse the repository at this point in the history
  • Loading branch information
isaiah3031 committed Aug 26, 2024
1 parent f47a634 commit f22114a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/purchases/_purchase_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
<div class="col-xs-8 col-md-6">
<%= f.input :amount_spent,
label: "Purchase Total",
wrapper: :input_group %>
wrapper: :input_group,
required: true %>
</div>
</div>

Expand Down

0 comments on commit f22114a

Please sign in to comment.