This commit is contained in:
@@ -342,11 +342,10 @@ todo: many biz objects are not using new PUT methodology
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
CURRENTLY DOING: workorderitem part, front end
|
CURRENTLY DOING: part request
|
||||||
|
|
||||||
ORDER: parts, part requests, loans, units, outside service
|
ORDER: part requests, loans, units, outside service
|
||||||
|
|
||||||
todo: test all Override column header visibility, still funky after fix earlier I bet
|
|
||||||
todo: viz fields display in edit part of form when only one record, but hide when multiple as they show in the table instead??
|
todo: viz fields display in edit part of form when only one record, but hide when multiple as they show in the table instead??
|
||||||
show as a line where the table would be??
|
show as a line where the table would be??
|
||||||
But..then why not just show one line table instead??
|
But..then why not just show one line table instead??
|
||||||
|
|||||||
@@ -657,7 +657,7 @@ export default {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.form().showMe(this, "LaborPriceOverrideViz")) {
|
if (this.form().showMe(this, "LaborPriceOverride")) {
|
||||||
headers.push({
|
headers.push({
|
||||||
text: this.$ay.t("PriceOverride"),
|
text: this.$ay.t("PriceOverride"),
|
||||||
align: "right",
|
align: "right",
|
||||||
|
|||||||
@@ -659,7 +659,7 @@ export default {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.form().showMe(this, "TravelPriceOverrideViz")) {
|
if (this.form().showMe(this, "TravelPriceOverride")) {
|
||||||
headers.push({
|
headers.push({
|
||||||
text: this.$ay.t("PriceOverride"),
|
text: this.$ay.t("PriceOverride"),
|
||||||
align: "right",
|
align: "right",
|
||||||
|
|||||||
Reference in New Issue
Block a user