Merged PR 14000: uncommented out a needed commented out line in GetLotIdByLegacyLotIdAndType

uncommented out a needed commented out line in GetLotIdByLegacyLotIdAndType
This commit is contained in:
Ouellette Jonathan (CSC FI SPS MESLEO) 2025-03-28 17:59:33 +01:00
parent 19908620e2
commit 58c800b504

View File

@ -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