From 61ff2d5acf34cfdab929d25fe521d48f18b59be0 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 5 May 2021 22:54:02 +0000 Subject: [PATCH] --- ayanova/src/components/work-order-items.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ayanova/src/components/work-order-items.vue b/ayanova/src/components/work-order-items.vue index 22cff49c..515d3b81 100644 --- a/ayanova/src/components/work-order-items.vue +++ b/ayanova/src/components/work-order-items.vue @@ -63,6 +63,14 @@ >{{ item.status.name }} + + @@ -493,7 +501,7 @@ and it's probably not a big list to fill anyway this.pvm.languageName, this.pvm.hour12 ), - priority: prior.name, + priority: prior, warranty: x.warrantyService, tags: x.tags };