From 9687febb2ce672fad90839bf1e5d4f78f57ce544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Tue, 1 Jul 2025 17:02:05 +0200 Subject: [PATCH] fix: incorrect calculation of total price in groups price calculator addresses #8699m6vw6 --- .../js/components/GroupsPriceCalculator.vue | 29 +++++++++++++------ 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/GroupsPriceCalculator.vue b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/GroupsPriceCalculator.vue index 908cd2d5..ec464531 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/GroupsPriceCalculator.vue +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/GroupsPriceCalculator.vue @@ -170,8 +170,8 @@ {{ formatCurrency(priceBoard) }} - Verpflegungs-Aufschlag für Gruppen unter 50 Personen + v-if="false === isSelfCatering && undersubscriptionLimit > 0"> + Verpflegungs-Aufschlag für Gruppen unter {{ undersubscriptionLimit }} Personen {{ formatCurrency(pricePax.undersubscription) }}