fixed a bug in signature services preventing UNLOAD LW_RHO QA met from being signed
This commit is contained in:
@ -211,7 +211,6 @@ end service
|
||||
|
||||
|
||||
Service CheckSigOrder(WOMatKey, CurrStage, UseCaching, RDSNo)
|
||||
|
||||
If UseCaching EQ '' then UseCachine = True$
|
||||
Response = False$
|
||||
If RDSNo NE '' then
|
||||
@ -2549,7 +2548,8 @@ Service QAMetSigReady(RDSNo, QAStage=QA_STAGES, Slot=SLOTS, WOMatQAKey)
|
||||
FailReason = WOMatQARec<WO_MAT_QA_FAIL_REASON$, vPos>
|
||||
If ( (FailReason NE '') |
|
||||
and (FailReason NE 'THICK_ONLY UNLOAD product measurement test has not been signed.') |
|
||||
and (FailReason NE 'CRES UNLOAD product measurement test has not been signed.') ) then
|
||||
and (FailReason NE 'CRES UNLOAD product measurement test has not been signed.') |
|
||||
and (FailReason NE 'UNLOAD LW_RHO product measurement test has not been signed.' ) ) then
|
||||
ErrorMessage = 'Error in ':Service:' service. ':FailReason
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user