Making Daniel's suggested changes -.-
This commit is contained in:
committed by
Stieber Daniel (CSC FI SPS MESLEO)
parent
422dc69da7
commit
4020095d79
@ -434,11 +434,9 @@ Service GetQAMetComplete(WOMatKey)
|
|||||||
StageCount = DCount(Stages, @VM)
|
StageCount = DCount(Stages, @VM)
|
||||||
QAStagePresent = False$
|
QAStagePresent = False$
|
||||||
For I = 1 to StageCount
|
For I = 1 to StageCount
|
||||||
If Stages<1, I> EQ 'QA' then
|
If Stages<1, I> EQ 'QA' then QAStagePresent = True$
|
||||||
QAStagePresent = True$
|
If Results<1,I> EQ '' then
|
||||||
If Results<1,I> EQ '' then
|
QAMetComplete = False$
|
||||||
QAMetComplete = False$
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
Until QAMetComplete EQ False$
|
Until QAMetComplete EQ False$
|
||||||
Next I
|
Next I
|
||||||
|
Reference in New Issue
Block a user