diff --git a/LSL2/STPROC/WO_MAT_QA_SERVICES.txt b/LSL2/STPROC/WO_MAT_QA_SERVICES.txt index 7f779c3..71bfa22 100644 --- a/LSL2/STPROC/WO_MAT_QA_SERVICES.txt +++ b/LSL2/STPROC/WO_MAT_QA_SERVICES.txt @@ -434,11 +434,9 @@ Service GetQAMetComplete(WOMatKey) StageCount = DCount(Stages, @VM) QAStagePresent = False$ For I = 1 to StageCount - If Stages<1, I> EQ 'QA' then - QAStagePresent = True$ - If Results<1,I> EQ '' then - QAMetComplete = False$ - end + If Stages<1, I> EQ 'QA' then QAStagePresent = True$ + If Results<1,I> EQ '' then + QAMetComplete = False$ end Until QAMetComplete EQ False$ Next I