From 843f57ad4f6bd19b97f7d87512455f1e65efe3d1 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Tue, 29 Mar 2022 22:29:43 +0100 Subject: [PATCH] Removes checkbox attributes --- app/views/split_checkout/_details.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/split_checkout/_details.html.haml b/app/views/split_checkout/_details.html.haml index 836d3bb170..51ee0ab776 100644 --- a/app/views/split_checkout/_details.html.haml +++ b/app/views/split_checkout/_details.html.haml @@ -62,7 +62,7 @@ = bill_address.select :state_id, states_for_country(bill_address_country), { selected: @order.bill_address&.state_id }, { "data-dependant-select-target": "select" } - if spree_current_user - %div.checkout-input{ "data-toggle-target": "content", style: "display: none" } + %div.checkout-input = f.check_box :save_bill_address = f.label :save_bill_address, t(:checkout_default_bill_address)