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 +