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')}"