Added a query param in GetWOMatKeys service to only get WOMat Keys that are not VOID
This commit is contained in:
@ -609,6 +609,7 @@ Service GetWOMatKeys(WONo)
|
|||||||
If RowExists('WO_LOG', WONo) then
|
If RowExists('WO_LOG', WONo) then
|
||||||
Open 'DICT.WO_MAT' to hDict then
|
Open 'DICT.WO_MAT' to hDict then
|
||||||
Query = 'WO_NO':@VM:WONo:@FM
|
Query = 'WO_NO':@VM:WONo:@FM
|
||||||
|
Query := 'CURR_STATUS':@VM:'#VOID':@FM
|
||||||
WOMatKeys = ''
|
WOMatKeys = ''
|
||||||
Flag = ''
|
Flag = ''
|
||||||
ErrCode = ''
|
ErrCode = ''
|
||||||
@ -695,3 +696,4 @@ Service VerifyWOLogWOMatKeyColumn(WOMatKey)
|
|||||||
|
|
||||||
end service
|
end service
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user