diff --git a/LSL2/STPROC/NCR_SERVICES.txt b/LSL2/STPROC/NCR_SERVICES.txt index 895cd3a..c9f8184 100644 --- a/LSL2/STPROC/NCR_SERVICES.txt +++ b/LSL2/STPROC/NCR_SERVICES.txt @@ -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 +