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",