Fixed typo in NCR_SERVICES preventing RDS scans from processing correctly. Fixed a vnav in NCR_ACTIONS under the delete action.
This commit is contained in:
@ -711,6 +711,7 @@ return
|
||||
|
||||
DELETE_RECORD:
|
||||
|
||||
NCRNo = Name
|
||||
WorkOrderNo = {WO_NO}
|
||||
CassNo = {WO_MAT_CASS_NO}
|
||||
WoMatKey = WorkOrderNo : '*' : CassNo
|
||||
@ -736,7 +737,6 @@ DELETE_RECORD:
|
||||
|
||||
SAPBatchNo = Xlate('WO_MAT', WOMatKey, 'SAP_BATCH_NO', 'X')
|
||||
If SAPBatchNo NE '' then
|
||||
NCRNo = Name
|
||||
TransQty = Sum(obj_NCR('RejQty',NCRNo:@RM:Record))
|
||||
TransQty = TransQty * '-1'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user