Merge branch 'hotfix/groups-price-fix' into develop
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user