Skip to content

Commit

Permalink
Merge pull request rubyforgood#4616 from isaiah3031/add-required-to-p…
Browse files Browse the repository at this point in the history
…ayment-total-field

Adds required to Payment Total To Purchase form rubyforgood#4614
  • Loading branch information
cielf committed Aug 29, 2024
2 parents f47a634 + f22114a commit d005d7f
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 d005d7f

Please sign in to comment.