From 92dc1711e1492e8be9a1929f0eb8d0194cf8ed19 Mon Sep 17 00:00:00 2001 From: Joaquin <20804419+joaquinco@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:16:05 -0300 Subject: [PATCH] Fix label clicking not checking box (#4820) --- app/views/reservations/new.html.haml | 1 - 1 file changed, 1 deletion(-) 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")