diff --git a/ayanova/src/components/work-order-item-labors.vue b/ayanova/src/components/work-order-item-labors.vue
index 4df5ffda..b582368f 100644
--- a/ayanova/src/components/work-order-item-labors.vue
+++ b/ayanova/src/components/work-order-item-labors.vue
@@ -68,272 +68,158 @@
}}$ayiTrashRestoreAlt
- -------------------------------------------------------------
-
-
+ >
-
-
-
-
-
-
-
-
-
+ >
-
+ >
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -510,10 +603,15 @@ export default {
this.activeItemIndex
].userViz = newName;
},
+ rateChange(newName) {
+ this.value.items[this.activeWoItemIndex].labors[
+ this.activeItemIndex
+ ].serviceRateViz = newName;
+ },
taxCodeChange(newName) {
this.value.items[this.activeWoItemIndex].labors[
this.activeItemIndex
- ].chargeTaxCodeViz = newName;
+ ].taxCodeSaleViz = newName;
},
newItem() {
let newIndex = this.value.items[this.activeWoItemIndex].labors.length;