diff --git a/app/views/settings/promotions/_form.html.erb b/app/views/settings/promotions/_form.html.erb index 7ac413d0..bea1f981 100644 --- a/app/views/settings/promotions/_form.html.erb +++ b/app/views/settings/promotions/_form.html.erb @@ -39,9 +39,18 @@ <% end %> -
-
<%= f.input :promo_day %>
+ +
+ <%= f.hidden_field :promo_day, :value => "", :class => "form-control col-md-1" %> +
Sun
+
Mon
+
Tue
+
Wed
+
Thu
+
Fri
+
Sat
+
<%= f.input :promo_type,input_html: { class: "" }, @@ -133,6 +142,8 @@
<% end %>