Merge branch 'develop' into feature/stimulus

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