diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 28a970ce..e97a02b0 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -339,7 +339,10 @@ todo: many biz objects are not using new PUT methodology -CURRENTLY DOING: WorkOrderItemTravel +CURRENTLY DOING: Instant viz update in form when select, currently labor rate and user do this, but pretty much nothing else afaIct + decision is to show it from pick list instantly in table as user may be moving around filling it all out + +WorkOrderItemTravel ORDER: Travel, tasks, parts, loans, units, outside service diff --git a/ayanova/src/components/work-order-item-labors.vue b/ayanova/src/components/work-order-item-labors.vue index e1dbc1c0..12c4fb24 100644 --- a/ayanova/src/components/work-order-item-labors.vue +++ b/ayanova/src/components/work-order-item-labors.vue @@ -470,7 +470,7 @@ export default { taxCodeChange(newName) { this.value.items[this.activeWoItemIndex].labors[ this.activeItemIndex - ].taxName = newName; + ].taxCodeSaleViz = newName; }, newItem() { let newIndex = this.value.items[this.activeWoItemIndex].labors.length;