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 f56bdd7f..7160a3db 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 @@ -492,7 +492,7 @@ export default { return this.nightsCount * this.totalPax * this.runningCostsFactor; }, priceTotal() { - return this.pricePax.base + this.pricePax.additional + this.priceOptions + return this.pricePax.base + this.pricePax.additional + this.pricePax.undersubscription + this.priceOptions + this.priceBoard + this.priceShortTerm + this.priceRunningCosts; }, priceSummary() {