From 5d67c0620cb8228968b017b6735346d075364995 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 8 Sep 2021 19:03:36 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 1 + ayanova/src/views/svc-workorder.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 5465f677..7d6625e5 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -720,3 +720,4 @@ MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bo BUILD 130 CHANGES OF NOTE - evalution seed data generation: removed redundant initial call to erase database from client as well as redundant check for existing data before prompting to erase +- CustomerServiceRequest Service user interface: completed with accept and reject fully coded, now has link to wo and workorderitem has link back to csr, ready for reporting diff --git a/ayanova/src/views/svc-workorder.vue b/ayanova/src/views/svc-workorder.vue index 4e3d1a3d..456937d1 100644 --- a/ayanova/src/views/svc-workorder.vue +++ b/ayanova/src/views/svc-workorder.vue @@ -766,6 +766,7 @@ export default { wi.concurrency = 0; wi.uid = Date.now(); wi.isDirty = true; + wi.fromCSRId = null; if (wi.partRequests) { wi.partRequests.splice(0); }