This commit is contained in:
2021-05-26 19:08:12 +00:00
parent 649e6936d5
commit 756313a17d
3 changed files with 5 additions and 6 deletions

View File

@@ -657,7 +657,7 @@ export default {
});
}
if (this.form().showMe(this, "LaborPriceOverrideViz")) {
if (this.form().showMe(this, "LaborPriceOverride")) {
headers.push({
text: this.$ay.t("PriceOverride"),
align: "right",

View File

@@ -659,7 +659,7 @@ export default {
});
}
if (this.form().showMe(this, "TravelPriceOverrideViz")) {
if (this.form().showMe(this, "TravelPriceOverride")) {
headers.push({
text: this.$ay.t("PriceOverride"),
align: "right",