Add condition for CurrStage EQ 'PREC' to prevent

edge case from Backlog 497 from occuring.
This commit is contained in:
Infineon\Mitchem 2024-10-17 13:40:44 -07:00 committed by Mitchem Dakota (CSC FI SPS MESLEO External)
parent aff7a9efd3
commit ddc8fa43f1

View File

@ -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.")