From 88281fff05e023e061a96772b61bd85753c990b6 Mon Sep 17 00:00:00 2001 From: "Infineon\\Ouellette" Date: Mon, 4 Aug 2025 17:16:16 -0700 Subject: [PATCH] Added a query param in GetWOMatKeys service to only get WOMat Keys that are not VOID --- LSL2/STPROC/WO_MAT_SERVICES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LSL2/STPROC/WO_MAT_SERVICES.txt b/LSL2/STPROC/WO_MAT_SERVICES.txt index a895a3e..373701b 100644 --- a/LSL2/STPROC/WO_MAT_SERVICES.txt +++ b/LSL2/STPROC/WO_MAT_SERVICES.txt @@ -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 +