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:
Infineon\StieberD
2025-11-14 03:17:55 -07:00
parent 2d58c47c93
commit 165b6cf943
2 changed files with 4 additions and 3 deletions

View File

@ -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'