Use propert total pax value for running costs calculation

This commit is contained in:
Björn Fromme
2021-08-23 16:28:01 +02:00
parent 28c2ce46cd
commit 1bd801e977
@@ -383,7 +383,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