feat: add multiroom signup

This commit is contained in:
Simon Emanuelsson
2025-02-17 15:10:48 +01:00
parent 95917e5e4f
commit 92c5566c59
78 changed files with 2035 additions and 1545 deletions

View File

@@ -164,7 +164,7 @@ export default function PriceDetailsTable({
)}
value={formatPrice(
intl,
parseInt(room.breakfast.localPrice.price),
parseInt(room.breakfast.localPrice.price) * room.adults,
room.breakfast.localPrice.currency
)}
/>
@@ -193,7 +193,9 @@ export default function PriceDetailsTable({
})}
value={formatPrice(
intl,
parseInt(room.breakfast.localPrice.totalPrice),
parseInt(room.breakfast.localPrice.totalPrice) *
room.adults *
diff,
room.breakfast.localPrice.currency
)}
/>