Making Daniel's suggested changes -.-

This commit is contained in:
Infineon\Ouellette
2025-09-18 17:06:26 -07:00
committed by Stieber Daniel (CSC FI SPS MESLEO)
parent 422dc69da7
commit 4020095d79

View File

@ -434,12 +434,10 @@ Service GetQAMetComplete(WOMatKey)
StageCount = DCount(Stages, @VM)
QAStagePresent = False$
For I = 1 to StageCount
If Stages<1, I> EQ 'QA' then
QAStagePresent = True$
If Stages<1, I> EQ 'QA' then QAStagePresent = True$
If Results<1,I> EQ '' then
QAMetComplete = False$
end
end
Until QAMetComplete EQ False$
Next I
If QAMetComplete EQ True$ AND QAStagePresent = True$ then