Always include running costs into groups price calculation
This commit is contained in:
+3
-3
@@ -482,9 +482,9 @@ export default {
|
|||||||
return price;
|
return price;
|
||||||
},
|
},
|
||||||
priceRunningCosts() {
|
priceRunningCosts() {
|
||||||
if (this.selectedBoard) {
|
// if (this.selectedBoard) {
|
||||||
return 0;
|
// return 0;
|
||||||
}
|
// }
|
||||||
return this.nightsCount * this.totalPax * this.runningCostsFactor;
|
return this.nightsCount * this.totalPax * this.runningCostsFactor;
|
||||||
},
|
},
|
||||||
priceTotal() {
|
priceTotal() {
|
||||||
|
|||||||
Reference in New Issue
Block a user