From ddc8fa43f16f9f825c943e4000c3b7230e28c3f7 Mon Sep 17 00:00:00 2001 From: "Infineon\\Mitchem" Date: Thu, 17 Oct 2024 13:40:44 -0700 Subject: [PATCH] Add condition for CurrStage EQ 'PREC' to prevent edge case from Backlog 497 from occuring. --- LSL2/STPROC/SCAN_SERVICES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LSL2/STPROC/SCAN_SERVICES.txt b/LSL2/STPROC/SCAN_SERVICES.txt index 00049e3..25b36e8 100644 --- a/LSL2/STPROC/SCAN_SERVICES.txt +++ b/LSL2/STPROC/SCAN_SERVICES.txt @@ -996,6 +996,9 @@ Service ProcessScanData(ScanID, ScanJSON) Case CurrStage _EQC 'QA' Action = 'QA' Error_Services('Add', '(':CassetteID:') The ':CurrStage:' is not currently supported by the barcode application. The OpenInsight user interface must be used in order to proceed.') + Case CurrStage _EQC 'PREC' + Action = 'PREC' + Error_Services('Add', '(':CassetteID:') The ':CurrStage:' is not currently supported by the barcode application. The OpenInsight user interface must be used in order to proceed.') Case CurrStage _EQC 'COMP' Action = 'COMP' Error_Services('Add', '(':CassetteID:") Cassette has already been FQA'd.")