From 0c93a7be7c7c32cccc5afb8fc45a550cc19c7e2b Mon Sep 17 00:00:00 2001 From: Christel Westerberg Date: Fri, 12 Dec 2025 10:31:41 +0000 Subject: [PATCH] Merged in fix/STAY-137 (pull request #3340) fix: make multiroom contact customer support for rebooking * fix: make multiroom contact customer support for rebooking Approved-by: Erik Tiekstra --- .../Upcoming/ManageStay/Actions/ChangeDates/Alerts/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/Upcoming/ManageStay/Actions/ChangeDates/Alerts/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/Upcoming/ManageStay/Actions/ChangeDates/Alerts/index.tsx index f80ed796c..0050ba662 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/Upcoming/ManageStay/Actions/ChangeDates/Alerts/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/Upcoming/ManageStay/Actions/ChangeDates/Alerts/index.tsx @@ -37,7 +37,7 @@ export default function Alerts({ ) : cancellationRule === CancellationRuleEnum.Changeable - if (!isModifiable && isChangeable) { + if ((!isModifiable && isChangeable) || (multiRoom && isChangeable)) { return }