Added a query param in GetWOMatKeys service to only get WOMat Keys that are not VOID

This commit is contained in:
Infineon\Ouellette
2025-08-04 17:16:16 -07:00
parent 8499d03ef8
commit 88281fff05

View File

@ -609,6 +609,7 @@ Service GetWOMatKeys(WONo)
If RowExists('WO_LOG', WONo) then
Open 'DICT.WO_MAT' to hDict then
Query = 'WO_NO':@VM:WONo:@FM
Query := 'CURR_STATUS':@VM:'#VOID':@FM
WOMatKeys = ''
Flag = ''
ErrCode = ''
@ -695,3 +696,4 @@ Service VerifyWOLogWOMatKeyColumn(WOMatKey)
end service