From 40c72a905f0a2aa2061e1497c71871582d37e821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Tue, 22 Apr 2025 10:20:49 +0200 Subject: [PATCH] feat: additional distinction in pax regarding undersubscription costs closes #8698nahva --- .../Resources/Private/Templates/GroupsPrice/Index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/GroupsPrice/Index.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/GroupsPrice/Index.html index f656bc61..326e0043 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/GroupsPrice/Index.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/GroupsPrice/Index.html @@ -15,8 +15,10 @@ options-json='{options}' running-costs-factor-eur="{runningCostsEUR}" running-costs-factor-chf="{runningCostsCHF}" - undersubscription-eur="{undersubscriptionEUR}" - undersubscription-chf="{undersubscriptionCHF}" + undersubscription-30-eur="{undersubscription30EUR}" + undersubscription-30-chf="{undersubscription30CHF}" + undersubscription-40-eur="{undersubscription40EUR}" + undersubscription-40-chf="{undersubscription40CHF}" country-code="{countryCode}" endpoint="{ep:uri.ajax(action: 'processForm', controller: 'AjaxGroupsPrice', pageUid: settings.defaultAjaxUid, arguments: '{hotel: hotel}')}" loader-uri="{f:uri.image(src: 'EXT:ep_theme/Resources/Public/images/ajax-loader-white.gif')}"