Skip to content

Commit

Permalink
Fix manual company address form param name
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulDoyle-EA committed Oct 18, 2024
1 parent f08189a commit 57729f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</p>
<% end %>

<%= f.fields_for :company_address do |f| %>
<%= f.fields_for :registered_address do |f| %>
<%= render("waste_carriers_engine/shared/manual_address", form: @company_address_manual_form, f: f, overseas: @company_address_manual_form.overseas?) %>
<% end %>

Expand Down

0 comments on commit 57729f0

Please sign in to comment.