Add condition for CurrStage EQ 'PREC' to prevent
edge case from Backlog 497 from occuring.
This commit is contained in:
parent
aff7a9efd3
commit
ddc8fa43f1
@ -996,6 +996,9 @@ Service ProcessScanData(ScanID, ScanJSON)
|
|||||||
Case CurrStage _EQC 'QA'
|
Case CurrStage _EQC 'QA'
|
||||||
Action = '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.')
|
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'
|
Case CurrStage _EQC 'COMP'
|
||||||
Action = 'COMP'
|
Action = 'COMP'
|
||||||
Error_Services('Add', '(':CassetteID:") Cassette has already been FQA'd.")
|
Error_Services('Add', '(':CassetteID:") Cassette has already been FQA'd.")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user