diff --git a/ayanova/src/components/work-order-items.vue b/ayanova/src/components/work-order-items.vue index 4f6c7aea..22cff49c 100644 --- a/ayanova/src/components/work-order-items.vue +++ b/ayanova/src/components/work-order-items.vue @@ -56,6 +56,13 @@ :show-select="$vuetify.breakpoint.xs" single-select > + @@ -479,11 +486,7 @@ and it's probably not a big list to fill anyway id: x.id, sequence: x.sequence, notes: x.notes, - quantityReceived: window.$gz.locale.decimalLocalized( - x.quantityReceived, - this.pvm.languageName - ), - status: stat.name, + status: stat, requestDate: window.$gz.locale.utcDateToShortDateAndTimeLocalized( x.requestDate, this.pvm.timeZoneName,