diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index fd54c2f7..905aa4c9 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -55,6 +55,11 @@ todo: v8 migrate additions
## CLIENT MISC ITEMS
+todo: gzdecimal triggering dirty just by clicking into and out of a field witha value in it.
+ also, it sometimes shows without the decimal then with the decimal for editing then without, it's crazy
+ the decimal thing is probbly what's triggering the dirty change.
+ saw this when developing the wo form and testing scheduled users estimated qty field
+
todo: generateMenu called on forms redundantly?
called for getdata, but also called in created in wrong place i.e. always rather than just when it's not a getdata situation due to already existing
todo: select list templates under global is offering types that don't6 have select lists like memo etc
diff --git a/ayanova/src/components/work-order-item-scheduled-users.vue b/ayanova/src/components/work-order-item-scheduled-users.vue
index 327e0501..7a14ad46 100644
--- a/ayanova/src/components/work-order-item-scheduled-users.vue
+++ b/ayanova/src/components/work-order-item-scheduled-users.vue
@@ -1,8 +1,6 @@