Add fix to AcceptScan service as well.

This commit is contained in:
Infineon\Mitchem 2024-10-17 13:44:06 -07:00 committed by Mitchem Dakota (CSC FI SPS MESLEO External)
parent ddc8fa43f1
commit 05e45012a2

View File

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