Merge branch 'hotfix/groups-price-fix' into develop

This commit is contained in:
Björn Fromme
2021-08-23 16:28:06 +02:00
@@ -383,7 +383,7 @@ export default {
if (this.selectedBoard) { if (this.selectedBoard) {
return 0; return 0;
} }
return this.nightsCount * this.selectedPax * 1.7; return this.nightsCount * this.totalPax * 1.7;
}, },
priceTotal() { priceTotal() {
return this.pricePax.base + this.pricePax.additional + this.priceOptions return this.pricePax.base + this.pricePax.additional + this.priceOptions