diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index 9a15c6ef..8043ff19 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -422,8 +422,6 @@ todo: many biz objects are not using new PUT methodology
CURRENTLY DOING:
-
-
todo 2-3: cases 3501 / 3867 both - bulk add units by tag
Do this as a separate popup dialog accessible from woitemunits list menu
It will do a search by tag for units and create a woitemunit record for each one found
diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js
index 70b3561f..b7621cb3 100644
--- a/ayanova/src/api/ayanova-version.js
+++ b/ayanova/src/api/ayanova-version.js
@@ -1,4 +1,4 @@
export default {
- version: "8.0.0-alpha.112",
+ version: "8.0.0-alpha.113",
copyright: "© 1999-2021, Ground Zero Tech-Works Inc."
};
diff --git a/ayanova/src/components/work-order-item-parts.vue b/ayanova/src/components/work-order-item-parts.vue
index 53b89dfa..54de2991 100644
--- a/ayanova/src/components/work-order-item-parts.vue
+++ b/ayanova/src/components/work-order-item-parts.vue
@@ -505,20 +505,6 @@ export default {
},
methods: {
async selectSerials() {
- /*
- TODO:
-
- fetch current list of serials
-
- remove already selected serials from that list
- put into availableSerials
-
- create selection dialog by adding datatable can select from checkboxes and ADD button
- dialog is strictly for adding
-
- when done sb able to view current available serials not selected, quickly pick them off and then add en-masse
-
- */
this.availableSerials.splice(0);
this.selectedSerials.splice(0);
diff --git a/ayanova/src/components/work-order-item-units.vue b/ayanova/src/components/work-order-item-units.vue
index 4e2de619..5436773e 100644
--- a/ayanova/src/components/work-order-item-units.vue
+++ b/ayanova/src/components/work-order-item-units.vue
@@ -218,6 +218,43 @@
>
+
+
+
+
+
+
+
+
+ {{
+ $ay.t("Cancel")
+ }}
+
+ {{ $ay.t("Add") }}
+
+
+
+
+
+
+
+
+
+