diff --git a/app/views/spree/products/_add_to_cart_order_cycle_choice.html.haml b/app/views/spree/products/_add_to_cart_order_cycle_choice.html.haml index 68c3e5f45e..14c5ac5faa 100644 --- a/app/views/spree/products/_add_to_cart_order_cycle_choice.html.haml +++ b/app/views/spree/products/_add_to_cart_order_cycle_choice.html.haml @@ -1,2 +1,2 @@ %div Order cycle for your order: -= select_tag "order_cycle_id", options_from_collection_for_select([OrderCycle.new]+order_cycle_collection, "id", "name", current_order_cycle.andand.id) += select_tag "order_cycle_id", options_from_collection_for_select([OrderCycle.new(name: 'None')]+order_cycle_collection, "id", "name", current_order_cycle.andand.id)