From 798c60d14b232c850b81aa906848df6d7f2cde77 Mon Sep 17 00:00:00 2001 From: Benjamin Freoua Date: Mon, 8 Jan 2024 10:42:19 +0100 Subject: [PATCH] fix quantity on modal insurance --- alma/views/js/alma-product-insurance.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alma/views/js/alma-product-insurance.js b/alma/views/js/alma-product-insurance.js index a46424fe2..7160b40b9 100644 --- a/alma/views/js/alma-product-insurance.js +++ b/alma/views/js/alma-product-insurance.js @@ -144,7 +144,7 @@ function openModalOnAddToCart() { if (!insuranceSelected) { event.preventDefault(); event.stopPropagation(); - openModal('popupModal'); + openModal('popupModal', quantity); insuranceSelected = true; addToCartFlow = true; }