diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index e97a02b0..28a970ce 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -339,10 +339,7 @@ todo: many biz objects are not using new PUT methodology -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 +CURRENTLY DOING: WorkOrderItemTravel ORDER: Travel, tasks, parts, loans, units, outside service diff --git a/ayanova/src/components/work-order-item-expenses.vue b/ayanova/src/components/work-order-item-expenses.vue index 46791506..63845600 100644 --- a/ayanova/src/components/work-order-item-expenses.vue +++ b/ayanova/src/components/work-order-item-expenses.vue @@ -466,7 +466,7 @@ export default { taxCodeChange(newName) { this.value.items[this.activeWoItemIndex].expenses[ this.activeItemIndex - ].taxName = newName; + ].chargeTaxCodeViz = newName; }, newItem() { let newIndex = this.value.items[this.activeWoItemIndex].expenses.length;