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:
parent
19908620e2
commit
58c800b504
@ -117,7 +117,7 @@ Service GetLotIdByLegacyLotIdAndType(LegacyLotId, LegacyLotType)
|
|||||||
|
|
||||||
SearchString = ''
|
SearchString = ''
|
||||||
SearchString := 'LEGACY_LOT_ID':@VM:LegacyLotId:@FM
|
SearchString := 'LEGACY_LOT_ID':@VM:LegacyLotId:@FM
|
||||||
//SearchString := 'TYPE':@VM:LegacyLotType:@FM
|
SearchString := 'TYPE':@VM:LegacyLotType:@FM
|
||||||
LotIdKeys = ''
|
LotIdKeys = ''
|
||||||
Btree.Extract(SearchString, 'LOT', DictLot, LotIdKeys, '', '')
|
Btree.Extract(SearchString, 'LOT', DictLot, LotIdKeys, '', '')
|
||||||
ErrCode = ''
|
ErrCode = ''
|
||||||
@ -1422,3 +1422,4 @@ end service
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user