diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index a69e99ff..02ef3e11 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -5,6 +5,10 @@ todo: SEEDER Seed sample customers from v7 specifically in addition to random ones? +todo: bugbug datetime control clear buttons don't trigger emit of empty date times + contractexpires on customer form clearing it and saving sends date to server as if it wasn't cleared at all + Better solution: one clear button that clears all and emits properly and disable the built in if possible + todo: picklist empty null vs zero test with customer and headofficeid should have the empty selection pre-selected or maybe I need to do away with that since the clear button does the same thing? diff --git a/ayanova/src/views/cust-customer.vue b/ayanova/src/views/cust-customer.vue index 41561a54..69c75360 100644 --- a/ayanova/src/views/cust-customer.vue +++ b/ayanova/src/views/cust-customer.vue @@ -494,6 +494,26 @@ @input="fieldValueChanged('contractExpires')" > + + + + +