This commit is contained in:
2021-09-08 19:03:36 +00:00
parent edf32a0f47
commit 5d67c0620c
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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);
}