Cleared local ErrMsg variable in VER stage section.

This commit is contained in:
Infineon\StieberD
2025-09-30 16:35:41 -07:00
parent 399f568b15
commit 2fa474880d

View File

@ -287,7 +287,7 @@ Service ProcessScanData(ScanID, ScanJSON)
Action = '' Action = ''
ColumnIndex = '' ColumnIndex = ''
ColumnValue = '' ColumnValue = ''
// Identify the scan data based on the data identifier prefix (if any). Otherwise, assume this is a // Identify the scan data based on the data identifier prefix (if any). Otherwise, assume this is a
// type of cassette ID (i.e., RDS or WMO). // type of cassette ID (i.e., RDS or WMO).
Begin Case Begin Case
@ -1018,6 +1018,7 @@ Service ProcessScanData(ScanID, ScanJSON)
ScansRow<SCANS.OVERRIDE_REASON$> = ROTRBlockReason ScansRow<SCANS.OVERRIDE_REASON$> = ROTRBlockReason
ScansRow<SCANS.OVERRIDE_TYPE$> = 'ROTR' ScansRow<SCANS.OVERRIDE_TYPE$> = 'ROTR'
Error_Services('Clear') Error_Services('Clear')
ErrMsg = ''
Scan_Services('AddNotAcceptableReason', "ROTR Load Block Enabled") Scan_Services('AddNotAcceptableReason', "ROTR Load Block Enabled")
end else end else
ScansRow<SCANS.OVERRIDE_REQD$> = False$ ScansRow<SCANS.OVERRIDE_REQD$> = False$