diff --git a/LSL2/STPROC/WO_MAT_QA_SERVICES.txt b/LSL2/STPROC/WO_MAT_QA_SERVICES.txt index 90ea156..8fb274d 100644 --- a/LSL2/STPROC/WO_MAT_QA_SERVICES.txt +++ b/LSL2/STPROC/WO_MAT_QA_SERVICES.txt @@ -429,8 +429,10 @@ Service GetQAMetComplete(WOMatKey) Results = QAMetRec StageCount = DCount(Stages, @VM) For I = 1 to StageCount - If Results<1,I> EQ '' then - Response = False$ + If Stages<1, I> NE '' then + If Results<1,I> EQ '' then + Response = False$ + end end Until Response EQ False$ Next I @@ -495,3 +497,4 @@ Service GetMUWaferQAComplete(WOMatKey) end service +