diff --git a/LSL2/STPROC/LOT_SERVICES.txt b/LSL2/STPROC/LOT_SERVICES.txt index 2cbc487..e797142 100644 --- a/LSL2/STPROC/LOT_SERVICES.txt +++ b/LSL2/STPROC/LOT_SERVICES.txt @@ -117,7 +117,7 @@ Service GetLotIdByLegacyLotIdAndType(LegacyLotId, LegacyLotType) SearchString = '' SearchString := 'LEGACY_LOT_ID':@VM:LegacyLotId:@FM - //SearchString := 'TYPE':@VM:LegacyLotType:@FM + SearchString := 'TYPE':@VM:LegacyLotType:@FM LotIdKeys = '' Btree.Extract(SearchString, 'LOT', DictLot, LotIdKeys, '', '') ErrCode = '' @@ -1422,3 +1422,4 @@ end service +