modified packaging services to look at the WMO status instead of the WO_MAT hold flag when checking the hold status
This commit is contained in:
parent
e539a0bdef
commit
b31452bff7
File diff suppressed because it is too large
Load Diff
@ -403,7 +403,8 @@ Service ProcessScanData(ScanData, ScanType = SCAN_TYPES, Param1, Param2, Param3)
|
||||
If Error_Services('NoError') then
|
||||
ValidCassID = True$
|
||||
WOMatKey = Field(CassetteID, '*', 1):'*':Field(CassetteID, '*', 3)
|
||||
HoldStatus = Xlate('WO_MAT', WOMatKey, 'HOLD', 'X')
|
||||
WMOStatus = Xlate('WM_OUT', CassetteID, 'CURR_STATUS', 'X')
|
||||
HoldStatus = (WMOStatus EQ 'HOLD')
|
||||
FQAComp = Epipro_Services('GetFinalQAStatus', CassetteID)
|
||||
LblCheckComp = Signature_Services('CheckQALabelStatus', WOMatKey)
|
||||
If (HoldStatus EQ True$) then
|
||||
|
Loading…
x
Reference in New Issue
Block a user