This commit is contained in:
@@ -670,7 +670,7 @@ export default {
|
||||
});
|
||||
}
|
||||
|
||||
if (this.form().showMe(this, "LaborPriceViz")) {
|
||||
if (this.form().showMe(this, "LaborPriceOverrideViz")) {
|
||||
headers.push({
|
||||
text: this.$ay.t("PriceOverride"),
|
||||
align: "right",
|
||||
|
||||
@@ -683,13 +683,7 @@ export default {
|
||||
});
|
||||
}
|
||||
|
||||
if (this.form().showMe(this, "WorkOrderItemPartNoChargeQuantity")) {
|
||||
headers.push({
|
||||
text: this.$ay.t("WorkOrderItemPartNoChargeQuantity"),
|
||||
align: "right",
|
||||
value: "noChargeQuantity"
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
if (this.form().showMe(this, "PartUnitOfMeasureViz")) {
|
||||
headers.push({
|
||||
@@ -703,7 +697,7 @@ export default {
|
||||
headers.push({
|
||||
text: this.$ay.t("Cost"),
|
||||
align: "right",
|
||||
value: "costViz"
|
||||
value: "cost"
|
||||
});
|
||||
}
|
||||
|
||||
@@ -711,7 +705,7 @@ export default {
|
||||
headers.push({
|
||||
text: this.$ay.t("ListPrice"),
|
||||
align: "right",
|
||||
value: "listPriceViz"
|
||||
value: "listPrice"
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -673,7 +673,7 @@ export default {
|
||||
});
|
||||
}
|
||||
|
||||
if (this.form().showMe(this, "TravelPriceViz")) {
|
||||
if (this.form().showMe(this, "TravelPriceOverrideViz")) {
|
||||
headers.push({
|
||||
text: this.$ay.t("PriceOverride"),
|
||||
align: "right",
|
||||
|
||||
Reference in New Issue
Block a user