fixed a bug preventing UNLOAD LW_RHO QA Met from being signed and dispositioned

This commit is contained in:
Infineon\StieberD
2025-01-30 15:20:34 -07:00
parent 0da14ae4ae
commit c36cf5fedc
3 changed files with 32 additions and 11 deletions

View File

@ -947,7 +947,7 @@ Sign:
If (MetTest _EQC 'CRES') AND (OrigMetResult NE MetResult) then
Post_Metrology_Manual_Data_Entry_Log(@USER4, 'HgCRes', RDSNo : ' / ' : WONo : '*' : CassNo)
end
IF (SignatureReady = True$) THEN
Valid = Dialog_Box( 'QUOTE_SIG_PWD_ENTRY', @WINDOW, @USER4:@VM:XLATE( 'LSL_USERS', @USER4, LSL_USERS_PASSWORD$, 'X' ) )
@ -967,7 +967,7 @@ Sign:
WOMatQAResult = WOMatQAResults<0, vPos>
If WOMatQAResult NE '' then
// Attempt to sign the metrology test
If WOMatQAStage EQ 'QA' or WOMatQAStage EQ 'MO_QA' then
If ( (WOMatQAStage EQ 'QA') or (WOMatQAStage EQ 'MO_QA') or (WOMatQAStage EQ 'UNLOAD' and MetTest EQ 'LW_RHO') ) then
WOMatQASlot = WOMatQASlots<0, vPos>
SigReady = Signature_Services('QAMetSigReady', RDSNo, WOMatQAStage, WOMatQASlot, WONo:'*':CassNo)
If SigReady then
@ -1132,4 +1132,3 @@ PubSaveClick:
RETURN