From 07054d0075897879092b5e62e6b706ae202361b3 Mon Sep 17 00:00:00 2001 From: "Ouellette Jonathan (CSC FI SPS MESLEO)" Date: Tue, 1 Apr 2025 23:50:51 +0200 Subject: [PATCH] Merged PR 14225: Changed reference to get lot operation id after last week enhancement to make... Changed reference to get lot operation id after last week enhancement to make LOT_OPERATION keys more unique. --- 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 97c8c79..33cbcc5 100644 --- a/LSL2/STPROC/LOT_SERVICES.txt +++ b/LSL2/STPROC/LOT_SERVICES.txt @@ -1032,7 +1032,7 @@ Service ConvertLotRecordToJson(LotId, ItemURL, CurrUser, FullObject=BOOLEAN) SRP_JSON(objLot, 'SetValue', 'VendorLotNo', LotRec) SRP_JSON(objLot, 'SetValue', 'Vendor', LotRec) CurrOperation = Lot_Services('GetLotCurrOperationId', LotId) - CurrOperation = Field(CurrOperation, '*', 2) + CurrOperation = XLATE('LOT_OPERATION', CurrOperation, LOT_OPERATION_OPERATION_ID$, 'X') SRP_JSON(objLot, 'SetValue', 'CurrOperation', CurrOperation) MostRecentEventId = LotRec MostRecentEventDtmIConv = Xlate('LOT_EVENT', MostRecentEventId, LOT_EVENT_EVENT_DATETIME$, 'X') @@ -1435,3 +1435,4 @@ end service +