diff --git a/app/views/reservations/new.html.haml b/app/views/reservations/new.html.haml index 170f10923d..756a4d22e0 100644 --- a/app/views/reservations/new.html.haml +++ b/app/views/reservations/new.html.haml @@ -38,7 +38,6 @@ - if @order.order_details.size == 1 .span6.send-notification = label_tag :send_notification, class: "checkbox" do - = hidden_field_tag :send_notification, 0 = check_box_tag :send_notification, 1, params[:send_notification] == "1" = t(".notify")