From 228054aed08d76648901644ec64ebd11ad1ba064 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 13 Jul 2021 19:36:17 +0000 Subject: [PATCH] --- ayanova/src/components/work-order-item-parts.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ayanova/src/components/work-order-item-parts.vue b/ayanova/src/components/work-order-item-parts.vue index cb2653c9..988df527 100644 --- a/ayanova/src/components/work-order-item-parts.vue +++ b/ayanova/src/components/work-order-item-parts.vue @@ -919,7 +919,7 @@ export default { }); } - if (this.form().showMe(this, "PartCost")) { + if (this.form().showMe(this, "PartCost") && this.value.hasPartCosts) { headers.push({ text: this.$ay.t("Cost"), align: "right",