mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-25 05:45:15 +00:00
Basic form implementation
This commit is contained in:
@@ -6,7 +6,8 @@ class Shop::CheckoutController < BaseController
|
||||
before_filter :require_line_items
|
||||
|
||||
def new
|
||||
|
||||
@order = current_order
|
||||
@order.bill_address = Spree::Address.new
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user