fixed a bug in signature services preventing UNLOAD LW_RHO QA met from being signed
This commit is contained in:
parent
d7d8fc0289
commit
44292564f5
@ -136,9 +136,13 @@ Service GetMaterialTrackSettings(UserId)
|
||||
If (UserId NE '') then
|
||||
RepUserId = UserId
|
||||
Convert @Lower.Case to @Upper.Case in RepUserId
|
||||
If RowExists('REPORT_CONFIG', 'MATERIAL_TRACK_WEB*':RepUserId) then
|
||||
Response = Database_Services('ReadDataRow', 'REPORT_CONFIG', 'MATERIAL_TRACK_WEB*':RepUserId)
|
||||
end else
|
||||
Error_Services('Add', 'Error in ':Service:' service. Null UserId passed into service.')
|
||||
Response = Database_Services('ReadDataRow', 'REPORT_CONFIG', 'MATERIAL_TRACK_WEB*DEFAULT')
|
||||
end
|
||||
end else
|
||||
Response = Database_Services('ReadDataRow', 'REPORT_CONFIG', 'MATERIAL_TRACK_WEB*DEFAULT')
|
||||
end
|
||||
|
||||
end service
|
||||
@ -156,3 +160,4 @@ Service UpdateMaterialTrackSettings(MtSettingsJson, UserId)
|
||||
|
||||
end service
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user