VNAV bug fix

This commit is contained in:
Infineon\StieberD
2025-07-02 09:54:16 -07:00
parent 5d27afcd68
commit 5ca3778719

View File

@ -605,7 +605,7 @@ Service GetLotCurrOperationId(LotId)
StartTick = GetTickCount()
MetricName = 'GetLotCurrOperationId'
ErrorMsg = ''
CurrOperation = ''
If LotID NE '' then
// Get them in sequence first
@ -1517,3 +1517,4 @@ end service
// Internal GoSubs
//----------------------------------------------------------------------------------------------------------------------