diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index 4eccbac7..5c61ad0d 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -6,11 +6,6 @@
MISC ITEMS THAT CAME UP
-todo: telephone fields on entry forms need a control to trigger dialing
- but check first with the docs and vuetify, if type is tel shouldn't it do it itself?
-todo: email fields on entry forms need a control to trigger emailing
- same as above for tel
-
todo: iPad view on map shows error about browser not allowing popups, however it does work so remove the error would be best
diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js
index 97e19a4f..e4c84f62 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.93",
+ version: "8.0.0-alpha.94",
copyright: "© 1999-2020, Ground Zero Tech-Works Inc."
};
diff --git a/ayanova/src/views/adm-user.vue b/ayanova/src/views/adm-user.vue
index 9f7803cc..28683047 100644
--- a/ayanova/src/views/adm-user.vue
+++ b/ayanova/src/views/adm-user.vue
@@ -248,7 +248,7 @@
-
+ >
-
+ >
-
+ >
-
+ >
diff --git a/ayanova/src/views/cust-customer.vue b/ayanova/src/views/cust-customer.vue
index 7a33e21f..dcf85645 100644
--- a/ayanova/src/views/cust-customer.vue
+++ b/ayanova/src/views/cust-customer.vue
@@ -137,7 +137,7 @@
:disabled="formState.readOnly"
:label="$ay.t('CustomerPhone2')"
ref="phone2"
- data-cy="phone2"
+ data-cy="phone2"
:error-messages="form().serverErrors(this, 'phone2')"
@input="fieldValueChanged('phone2')"
>
diff --git a/ayanova/src/views/cust-user.vue b/ayanova/src/views/cust-user.vue
index c28d67f2..478e4c05 100644
--- a/ayanova/src/views/cust-user.vue
+++ b/ayanova/src/views/cust-user.vue
@@ -232,7 +232,7 @@
-
+ >
-
+ >
-
+ >
-
+ >
diff --git a/ayanova/src/views/home-user-settings.vue b/ayanova/src/views/home-user-settings.vue
index c0bbada7..b3a2f029 100644
--- a/ayanova/src/views/home-user-settings.vue
+++ b/ayanova/src/views/home-user-settings.vue
@@ -19,7 +19,7 @@
-
+ >
-
+ >
-
+ >
-
+ >
@@ -178,6 +174,7 @@