mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-24 05:38:52 +00:00
Switching to f_form_for and :bill_address
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
%fieldset
|
||||
%legend Billing Address
|
||||
= f.fields_for current_order.bill_address do |ba|
|
||||
= f.fields_for :bill_address do |ba|
|
||||
.row
|
||||
.large-12.columns
|
||||
= ba.text_field :address1
|
||||
|
||||
Reference in New Issue
Block a user