corrected dash character issue in NCR_SERVICES due to SRP git
This commit is contained in:
parent
3c2a50af24
commit
7f309c87d4
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user