From f91e1144e04f5d17ab6e77819d17390c8df3b5b6 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Tue, 4 Jun 2013 11:11:13 +1000 Subject: [PATCH] Name blank order cycle option --- .../spree/products/_add_to_cart_order_cycle_choice.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)