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