corrected dash character issue in NCR_SERVICES due to SRP git

This commit is contained in:
Infineon\StieberD 2024-12-12 17:10:49 -07:00
parent 3c2a50af24
commit 7f309c87d4

View File

@ -129,7 +129,7 @@ Service ProcessScanData(ScanData, ScanType = SCAN_TYPES, FirstCassID, OperatorID
ScanMismatch = False$
cnt = Count(ScanData, '|')
if cnt NE 0 then
Error_Services('Add', 'Wrong label Scan 2D Bottom Label')
Error_Services('Add', 'Wrong label - Scan 2D Bottom Label')
return
end else
CassetteID = ScanData
@ -267,7 +267,7 @@ Service ProcessScanData(ScanData, ScanType = SCAN_TYPES, FirstCassID, OperatorID
cnt = DCount(ScanData, '|')
if cnt NE 8 then
CassetteID = 0
Error_Services('Add', 'Wrong label Scan 2D Bottom Label')
Error_Services('Add', 'Wrong label - Scan 2D Bottom Label')
return
end else
// RDS should be 3rd position
@ -584,3 +584,4 @@ Service SendToSPC(NCRNo, RDSList, ReactorType, PSNo, DeptResp, LossCode, LossDes
end service