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)
|
||||
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
|
||||
|
Reference in New Issue
Block a user