From 05e45012a2f4c7235710b1a7b78e7696aabc0589 Mon Sep 17 00:00:00 2001 From: "Infineon\\Mitchem" Date: Thu, 17 Oct 2024 13:44:06 -0700 Subject: [PATCH] Add fix to AcceptScan service as well. --- LSL2/STPROC/SCAN_SERVICES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/LSL2/STPROC/SCAN_SERVICES.txt b/LSL2/STPROC/SCAN_SERVICES.txt index 25b36e8..bbb7644 100644 --- a/LSL2/STPROC/SCAN_SERVICES.txt +++ b/LSL2/STPROC/SCAN_SERVICES.txt @@ -1292,6 +1292,9 @@ Service AcceptScan(ScanID, ScanJSON) Case CurrStage _EQC 'QA' Action = 'QA' Error_Services('Set', '(':CassetteID:') The ':CurrStage:' is not currently supported by the barcode application.') + Case CurrStage _EQC 'PREC' + Action = 'PREC' + Error_Services('Set', '(':CassetteID:') The ':CurrStage:' is not currently supported by the barcode application.') Case CurrStage _EQC 'COMP' Action = 'COMP' Error_Services('Set', '(':CassetteID:") Cassette has already been FQA'd.") @@ -2038,3 +2041,4 @@ return +