This commit is contained in:
2021-05-27 19:41:15 +00:00
parent b10e2e0d4f
commit ba7fce6599
2 changed files with 2 additions and 1 deletions

View File

@@ -683,7 +683,7 @@ export default {
},
methods: {
unitChange(newName) {
this.value.items[this.activeWoItemIndex].units[
this.value.items[this.activeWoItemIndex].outsideServices[
this.activeItemIndex
].unitViz = newName;
},

View File

@@ -1916,6 +1916,7 @@ async function fetchTranslatedText(vm) {
"WorkOrderItemOutsideServiceDateSent",
"WorkOrderItemOutsideServiceDateETA",
"WorkOrderItemOutsideServiceDateReturned",
"TaxCode",
"PartUPC",
"TaskGroup",
"TaskGroupList",