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$
|
ScanMismatch = False$
|
||||||
cnt = Count(ScanData, '|')
|
cnt = Count(ScanData, '|')
|
||||||
if cnt NE 0 then
|
if cnt NE 0 then
|
||||||
Error_Services('Add', 'Wrong label – Scan 2D Bottom Label')
|
Error_Services('Add', 'Wrong label - Scan 2D Bottom Label')
|
||||||
return
|
return
|
||||||
end else
|
end else
|
||||||
CassetteID = ScanData
|
CassetteID = ScanData
|
||||||
@ -267,7 +267,7 @@ Service ProcessScanData(ScanData, ScanType = SCAN_TYPES, FirstCassID, OperatorID
|
|||||||
cnt = DCount(ScanData, '|')
|
cnt = DCount(ScanData, '|')
|
||||||
if cnt NE 8 then
|
if cnt NE 8 then
|
||||||
CassetteID = 0
|
CassetteID = 0
|
||||||
Error_Services('Add', 'Wrong label – Scan 2D Bottom Label')
|
Error_Services('Add', 'Wrong label - Scan 2D Bottom Label')
|
||||||
return
|
return
|
||||||
end else
|
end else
|
||||||
// RDS should be 3rd position
|
// RDS should be 3rd position
|
||||||
@ -584,3 +584,4 @@ Service SendToSPC(NCRNo, RDSList, ReactorType, PSNo, DeptResp, LossCode, LossDes
|
|||||||
|
|
||||||
end service
|
end service
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user