minor bug fix to release lock if record not updated
This commit is contained in:
@ -3763,7 +3763,9 @@ Service UpdateReactorIQSViolations()
|
||||
ReactorRec<REACTOR_IQS_ALARM_TEST$> = ''
|
||||
// WriteDataRow will clear the lock as long as "IgnoreAllLocks" is false
|
||||
Database_Services('WriteDataRow', 'REACTOR', ReactNo, ReactorRec, True$, False$, False$)
|
||||
end
|
||||
end else
|
||||
Database_Services('ReleaseKeyIDLock', 'REACTOR', ReactNo)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user