fix: include undersubscription costs in total sum
This commit is contained in:
+1
-1
@@ -492,7 +492,7 @@ export default {
|
|||||||
return this.nightsCount * this.totalPax * this.runningCostsFactor;
|
return this.nightsCount * this.totalPax * this.runningCostsFactor;
|
||||||
},
|
},
|
||||||
priceTotal() {
|
priceTotal() {
|
||||||
return this.pricePax.base + this.pricePax.additional + this.priceOptions
|
return this.pricePax.base + this.pricePax.additional + this.pricePax.undersubscription + this.priceOptions
|
||||||
+ this.priceBoard + this.priceShortTerm + this.priceRunningCosts;
|
+ this.priceBoard + this.priceShortTerm + this.priceRunningCosts;
|
||||||
},
|
},
|
||||||
priceSummary() {
|
priceSummary() {
|
||||||
|
|||||||
Reference in New Issue
Block a user