From 58c800b504ee9d7398fe432c2a828412cf34ab82 Mon Sep 17 00:00:00 2001 From: "Ouellette Jonathan (CSC FI SPS MESLEO)" Date: Fri, 28 Mar 2025 17:59:33 +0100 Subject: [PATCH] Merged PR 14000: uncommented out a needed commented out line in GetLotIdByLegacyLotIdAndType uncommented out a needed commented out line in GetLotIdByLegacyLotIdAndType --- LSL2/STPROC/LOT_SERVICES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +