This commit is contained in:
2021-07-13 20:08:04 +00:00
parent 2be84aaa1c
commit bec45d13c8
4 changed files with 12 additions and 10 deletions

View File

@@ -780,7 +780,10 @@ export default {
});
}
if (this.form().showMe(this, "LaborCostViz")) {
if (
this.form().showMe(this, "LaborCostViz") &&
this.value.hasTravelAndLaborRateCosts
) {
headers.push({
text: this.$ay.t("Cost"),
align: "right",