From 648a1808652312849a493b284b26067d0db5fe8b Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 29 Apr 2021 13:59:40 +0000 Subject: [PATCH] --- ayanova/src/views/svc-workorder.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ayanova/src/views/svc-workorder.vue b/ayanova/src/views/svc-workorder.vue index e5876b39..2a9868dd 100644 --- a/ayanova/src/views/svc-workorder.vue +++ b/ayanova/src/views/svc-workorder.vue @@ -131,10 +131,14 @@ export default { fromCSRId: null, serviceDate: null, completeByDate: null, + durationtocompleted: "00:00:00", invoiceNumber: null, customerSignature: null, customerSignatureName: null, customerSignatureCaptured: null, + techSignature: null, + techSignatureName: null, + techSignatureCaptured: null, postAddress: null, postCity: null, postRegion: null,