Add fix to AcceptScan service as well.
This commit is contained in:
parent
ddc8fa43f1
commit
05e45012a2
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user