Use propert total pax value for running costs calculation
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user