diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index f8b197b3..4afbf59e 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -234,7 +234,7 @@ TODO: 1 BETA DOCS:
\_____|______|_____|______|_| \_| |_|
-- 1 todo: update all front end dependencies
+- 1 todo: signature image control in main wo form now has border and gray color, stands out, looks weird, sb hidden maybe if no sig or...?
- 1 bugbug?:open vendor, print report, go back it shows as savable all of a sudden despite no changes made in UI, also does not give dirty save prompt when leave it even though save icon is showing enabled bold
diff --git a/ayanova/src/components/work-order-signature.vue b/ayanova/src/components/work-order-signature.vue
index 9fcba528..c9adc0ad 100644
--- a/ayanova/src/components/work-order-signature.vue
+++ b/ayanova/src/components/work-order-signature.vue
@@ -14,6 +14,8 @@
$ayiEdit
-
+
-
+
{{ $ay.t("OK") }}
@@ -235,6 +245,9 @@ export default {
}
},
computed: {
+ hasSignature: function() {
+ return this.imgUrl != null;
+ },
imgUrl: function() {
let sig = null;
if (this.variant == "customer") {