diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index b278edc2..050616b8 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -844,8 +844,8 @@ BUILD 8.0.0-beta.0.13 CHANGES OF NOTE - This update requires a fresh database rebuild - Replaced 5 report templates from FIVERPTSNEEDED_beta.0.12reporttemplates.zip email of 2022-01-21, 5:08 PM - Fixed issue with wo,quote,pm that prevented form customized Required fields from working -- Fixed issue with wo and quote that sometimes would give a index out of range error when editing the header and saving. - +- Fixed issue with wo and quote that sometimes would give a index out of range error when editing the header and saving +- case 4087 fixed - case 4092, 4094 fixed - case 4095 implemented - case 4096 updated docs @@ -861,6 +861,7 @@ BUILD 8.0.0-beta.0.13 CHANGES OF NOTE + ====================== Deck investigation log =================== 2022-01-25 08:32:41 sent email from gzmailadmin@gmail.com account to Meicorp (laurie@meicorproperty.com, cc: hillary@meicorproperty.com, jennifer@meicorproperty.com) diff --git a/ayanova/src/components/quote-header.vue b/ayanova/src/components/quote-header.vue index e83d1b9d..fc9a5991 100644 --- a/ayanova/src/components/quote-header.vue +++ b/ayanova/src/components/quote-header.vue @@ -66,7 +66,7 @@ diff --git a/ayanova/src/components/work-order-state.vue b/ayanova/src/components/work-order-state.vue index ef9625c9..593c9ff9 100644 --- a/ayanova/src/components/work-order-state.vue +++ b/ayanova/src/components/work-order-state.vue @@ -1,57 +1,42 @@