Merged PR 13180: Excluded ReactorType EPP from prompting for TW's

Excluded ReactorType EPP from prompting for TW's
This commit is contained in:
Ouellette Jonathan (CSC FI SPS MESLEO) 2025-03-18 18:26:56 +01:00
parent 06bdcb4146
commit d5514bc3ca

View File

@ -348,6 +348,7 @@ Event PUB_SIGN.CLICK()
If ExistingTestWafersLogged NE True$ then
If Not(IsTWReqd) then
//Test wafer logging is NOT required here.
If ReactorType NE 'EPP' then
UsingTestWafers = Msg(@Window, '', 'YESNO', '', 'Test Wafer Usage logging is not required on this load.':@FM:'Are any test wafers loaded?')
If UsingTestWafers EQ True$ then
TWLogResult = Dialog_Box('NDW_LOG_TEST_WAFER_USAGE', @Window, RDSNo : @VM : 'STANDARD' : @VM : 'REACTOR' : @VM : Reactor)
@ -356,6 +357,7 @@ Event PUB_SIGN.CLICK()
If Not(ContinueSign) then return
end
end
end
end else
//Test wafer logging is Required here.
Begin Case
@ -723,3 +725,4 @@ return